We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd5e2f commit 3482befCopy full SHA for 3482bef
babel.config.js
@@ -1,5 +1,7 @@
1
module.exports = {
2
presets: [
3
- '@vue/cli-plugin-babel/preset'
+ ['@vue/app', {
4
+ useBuiltIns: "entry"
5
+ }]
6
]
7
}
0 commit comments