We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab432ec + b320665 commit 88b20c0Copy full SHA for 88b20c0
babel.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
presets: [
3
- '@vue/app'
+ ['@vue/app', { useBuiltIns: false }]
4
]
5
}
0 commit comments