File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,7 @@ module.exports = {
2424 test : / \. j s x ? $ / ,
2525 exclude : / ( n o d e _ m o d u l e s | b o w e r _ c o m p o n e n t s ) / ,
2626 use : {
27- loader : 'babel-loader' ,
28- options : {
29- presets : [ '@babel/preset-env' ] ,
30- plugins : [
31- '@babel/plugin-transform-arrow-functions' ,
32- '@babel/plugin-proposal-class-properties' ,
33- ] ,
34- } ,
27+ loader : 'babel-loader'
3528 } ,
3629 } ,
3730 ] ,
Original file line number Diff line number Diff line change @@ -34,14 +34,7 @@ module.exports = {
3434 test : / \. j s x ? $ / ,
3535 exclude : / ( n o d e _ m o d u l e s | b o w e r _ c o m p o n e n t s ) / ,
3636 use : {
37- loader : 'babel-loader' ,
38- options : {
39- presets : [ '@babel/preset-env' ] ,
40- plugins : [
41- '@babel/plugin-transform-arrow-functions' ,
42- '@babel/plugin-proposal-class-properties' ,
43- ] ,
44- } ,
37+ loader : 'babel-loader'
4538 } ,
4639 } ,
4740 ] ,
You can’t perform that action at this time.
0 commit comments