Skip to content

Commit e541df8

Browse files
authored
Update babel.config.js to fix typo from incorrect Vue CLI documentation
1 parent c0b68d4 commit e541df8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

babel.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
module.exports = {
44
// https://cli.vuejs.org/config/#babel
55
presets: [
6-
"@vue/app"
6+
["@vue/app"
77
// https://cli.vuejs.org/guide/browser-compatibility.html#polyfills
88
// , {
99
// polyfills: [
1010
// 'es6.promise',
1111
// 'es6.symbol'
1212
// ]
1313
// }
14+
]
1415
]
1516
// https://babeljs.io/docs/en/options#sourcetype
1617
// , sourceType: "unambiguous",

0 commit comments

Comments
 (0)