mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
fix: set "useBuiltIns": false in babel config
This commit is contained in:
parent
45b41e62cb
commit
863ae45d35
2
.babelrc
2
.babelrc
@ -4,7 +4,7 @@
|
|||||||
// Latest stable ECMAScript features
|
// Latest stable ECMAScript features
|
||||||
"@babel/preset-env",
|
"@babel/preset-env",
|
||||||
{
|
{
|
||||||
"useBuiltIns": "entry",
|
"useBuiltIns": false,
|
||||||
// Do not transform modules to CJS
|
// Do not transform modules to CJS
|
||||||
"modules": false,
|
"modules": false,
|
||||||
"targets": {
|
"targets": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user