File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,7 @@ export default function makeWebpackConfig(config) {
133
133
] ,
134
134
plugins : [
135
135
'@babel/plugin-transform-runtime' ,
136
- '@babel/plugin-syntax-dynamic-import' ,
137
- '@babel/plugin-syntax-import-meta' ,
138
- '@babel/plugin-proposal-class-properties' ,
139
- '@babel/plugin-proposal-json-strings'
136
+ '@babel/plugin-proposal-class-properties'
140
137
]
141
138
}
142
139
} ,
Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"@babel/core" : " ^7.5.0" ,
12
12
"@babel/plugin-proposal-class-properties" : " ^7.0.0" ,
13
- "@babel/plugin-proposal-json-strings" : " ^7.0.0" ,
14
- "@babel/plugin-syntax-dynamic-import" : " ^7.0.0" ,
15
- "@babel/plugin-syntax-import-meta" : " ^7.0.0" ,
16
13
"@babel/plugin-transform-runtime" : " ^7.0.0" ,
17
14
"@babel/polyfill" : " ^7.0.0" ,
18
15
"@babel/preset-env" : " ^7.4.4" ,
You can’t perform that action at this time.
0 commit comments