This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
webextension-polyfill
Watch
1
Star
0
Fork
You've already forked webextension-polyfill
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
df8f06d9e1
webextension-polyfill
/
test
/
mocha-babel.js
8 lines
114 B
JavaScript
Raw
Blame
History
require
(
"@babel/register"
)
(
{
presets
:
[
[
"@babel/env"
,
{
targets
:
{
node
:
"current"
,
}
,
}
]
]
,
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink