File tree 2 files changed +3
-1
lines changed
packages/@vue/babel-preset-app
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ module.exports = (context, options = {}) => {
59
59
debug = false ,
60
60
useBuiltIns = 'usage' ,
61
61
modules = false ,
62
+ bugfixes = true ,
62
63
targets : rawTargets ,
63
64
spec,
64
65
ignoreBrowserslistConfig = ! ! process . env . VUE_CLI_MODERN_BUILD ,
@@ -137,6 +138,7 @@ module.exports = (context, options = {}) => {
137
138
}
138
139
139
140
const envOptions = {
141
+ bugfixes,
140
142
corejs : useBuiltIns ? 3 : false ,
141
143
spec,
142
144
loose,
Original file line number Diff line number Diff line change 30
30
"@babel/plugin-syntax-dynamic-import" : " ^7.8.3" ,
31
31
"@babel/plugin-syntax-jsx" : " ^7.8.3" ,
32
32
"@babel/plugin-transform-runtime" : " ^7.8.3" ,
33
- "@babel/preset-env" : " ^7.8.4 " ,
33
+ "@babel/preset-env" : " ^7.9.0 " ,
34
34
"@babel/runtime" : " ^7.8.4" ,
35
35
"@vue/babel-preset-jsx" : " ^1.1.2" ,
36
36
"babel-plugin-dynamic-import-node" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments