We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3d0fe commit 2247c36Copy full SHA for 2247c36
babel.config.js
@@ -1,5 +1,3 @@
1
module.exports = {
2
- presets: [
3
- '@vue/app',
4
- ],
+ presets: [['@vue/app', { useBuiltIns: 'entry' }]],
5
};
0 commit comments