This repository was archived by the owner on Jan 26, 2019. It is now read-only.
File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,12 @@ module.exports = {
132
132
enforce : 'pre' ,
133
133
include : paths . appSrc ,
134
134
} ,
135
+ {
136
+ test : / \. j s $ / ,
137
+ loader : require . resolve ( 'source-map-loader' ) ,
138
+ enforce : 'pre' ,
139
+ include : paths . appSrc ,
140
+ } ,
135
141
// ** ADDING/UPDATING LOADERS **
136
142
// The "file" loader handles all assets unless explicitly excluded.
137
143
// The `exclude` list *must* be updated with every change to loader extensions.
Original file line number Diff line number Diff line change @@ -130,6 +130,12 @@ module.exports = {
130
130
enforce : 'pre' ,
131
131
include : paths . appSrc ,
132
132
} ,
133
+ {
134
+ test : / \. j s $ / ,
135
+ loader : require . resolve ( 'source-map-loader' ) ,
136
+ enforce : 'pre' ,
137
+ include : paths . appSrc ,
138
+ } ,
133
139
// ** ADDING/UPDATING LOADERS **
134
140
// The "file" loader handles all assets unless explicitly excluded.
135
141
// The `exclude` list *must* be updated with every change to loader extensions.
Original file line number Diff line number Diff line change 48
48
"tslint-loader" : " ^3.5.3" ,
49
49
"tslint-react" : " ^3.0.0" ,
50
50
"typescript" : " ^2.3.2" ,
51
+ "source-map-loader" : " ^0.2.1" ,
51
52
"sw-precache-webpack-plugin" : " 0.9.1" ,
52
53
"url-loader" : " 0.5.8" ,
53
54
"webpack" : " 2.5.1" ,
You can’t perform that action at this time.
0 commit comments