We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a8e59 commit 3cdf5d9Copy full SHA for 3cdf5d9
babel.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
presets: [
3
// Used for Vue applications.
4
- '@vue/app',
+ [ '@vue/app', { useBuiltIns: 'entry' } ]
5
],
6
plugins: [
7
// Allows us to directly include modules that use CommonJS (like phyx.js).
0 commit comments