Skip to content

Commit 3cdf5d9

Browse files
committed
Attempt to fix Travis CI issue.
Based on vuejs/vue-cli#3678 (comment)
1 parent 65a8e59 commit 3cdf5d9

File tree

2 files changed

+2555
-2555
lines changed

2 files changed

+2555
-2555
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
presets: [
33
// Used for Vue applications.
4-
'@vue/app',
4+
[ '@vue/app', { useBuiltIns: 'entry' } ]
55
],
66
plugins: [
77
// Allows us to directly include modules that use CommonJS (like phyx.js).

0 commit comments

Comments
 (0)