Skip to content

Commit 2247c36

Browse files
committed
Update project deps
Includes updates to babel config else build breaks See for more info: vuejs/vue-cli#3678
1 parent 3a3d0fe commit 2247c36

File tree

4 files changed

+2185
-949
lines changed

4 files changed

+2185
-949
lines changed

babel.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module.exports = {
2-
presets: [
3-
'@vue/app',
4-
],
2+
presets: [['@vue/app', { useBuiltIns: 'entry' }]],
53
};

0 commit comments

Comments
 (0)