aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6f44f67a..95949459 100644
--- a/package.json
+++ b/package.json
@@ -19,8 +19,12 @@
"@babel/preset-env",
{
"corejs": 3,
- "useBuiltIns": "usage",
- "modules": false
+ "useBuiltIns": "entry",
+ "modules": false,
+ "debug": true,
+ "exclude": [
+ "es.symbol.*"
+ ]
}
]
]