Skip to content

Commit 19c5236

Browse files
committed
babel config
1 parent 49655f4 commit 19c5236

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

babel.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
module.exports = {
33
env: {
44
production: {
5-
presets: ['es2015-rollup'],
5+
presets: [
6+
[
7+
'@babel/preset-env',
8+
{
9+
useBuiltIns: 'entry',
10+
},
11+
],
12+
],
613
comments: false,
714
},
815
},

0 commit comments

Comments
 (0)