This repository was archived by the owner on Jun 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-25
lines changed
Expand file tree Collapse file tree 6 files changed +12
-25
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,9 @@ module.exports = {
4343 wrappedContextCritical : false ,
4444
4545 loaders : [ {
46- test : / \. j s x ? $ / ,
46+ test : / \. j s $ / ,
4747 loader : 'babel-loader?stage=0' ,
48- exclude : [
49- 'node_modules' ,
50- ] ,
48+ exclude : / n o d e _ m o d u l e s / ,
5149 } ] ,
5250 } ,
5351} ;
Original file line number Diff line number Diff line change @@ -25,12 +25,9 @@ module.exports = {
2525
2626 module : {
2727 loaders : [ {
28- test : / \. j s x ? $ / ,
28+ test : / \. j s $ / ,
2929 loader : 'babel-loader?stage=0' ,
30- exclude : [
31- 'node_modules' ,
32- './helpers.js' ,
33- ] ,
30+ exclude : / n o d e _ m o d u l e s / ,
3431 } ] ,
3532 } ,
3633
Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ module.exports = {
2727
2828 module : {
2929 loaders : [ {
30- test : / \. j s x ? $ / ,
30+ test : / \. j s $ / ,
3131 loader : 'babel-loader?stage=0' ,
32- exclude : [
33- 'node_modules' ,
34- ] ,
32+ exclude : / n o d e _ m o d u l e s / ,
3533 } ] ,
3634 } ,
3735} ;
Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ module.exports = {
2424
2525 module : {
2626 loaders : [ {
27- test : / \. j s x ? $ / ,
27+ test : / \. j s $ / ,
2828 loader : 'babel-loader?stage=0' ,
29- exclude : [
30- 'node_modules' ,
31- ] ,
29+ exclude : / n o d e _ m o d u l e s / ,
3230 } ] ,
3331 } ,
3432} ;
Original file line number Diff line number Diff line change @@ -22,11 +22,9 @@ module.exports = {
2222
2323 module : {
2424 loaders : [ {
25- test : / \. j s x ? $ / ,
25+ test : / \. j s $ / ,
2626 loader : 'babel-loader?stage=0' ,
27- exclude : [
28- 'node_modules' ,
29- ] ,
27+ exclude : / n o d e _ m o d u l e s / ,
3028 } ] ,
3129 } ,
3230} ;
Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ module.exports = {
2424
2525 module : {
2626 loaders : [ {
27- test : / \. j s x ? $ / ,
27+ test : / \. j s $ / ,
2828 loader : 'babel-loader?stage=0' ,
29- exclude : [
30- 'node_modules' ,
31- ] ,
29+ exclude : / n o d e _ m o d u l e s / ,
3230 } ] ,
3331 } ,
3432} ;
You can’t perform that action at this time.
0 commit comments