Skip to content

Commit ed2b8c4

Browse files
committed
Added @babel/preset-env
1 parent 7443184 commit ed2b8c4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

babel.config.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// babel.config.js
22
module.exports = {
3-
presets: [
4-
['@vue/app', {
5-
polyfills: [
6-
'es6.promise',
7-
'es6.symbol'
8-
]
9-
}]
10-
]
11-
}
3+
presets: [
4+
"@babel/preset-env",
5+
['@vue/app', {
6+
polyfills: [
7+
'es6.promise',
8+
'es6.symbol'
9+
]
10+
}]
11+
]
12+
}

0 commit comments

Comments
 (0)