This repository was archived by the owner on Jan 26, 2019. It is now read-only.
File tree 1 file changed +3
-3
lines changed
packages/react-scripts/config
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ module.exports = {
131
131
// please link the files into your node_modules/ and let module-resolution kick in.
132
132
// Make sure your source files are compiled, as they will not be processed in any way.
133
133
new ModuleScopePlugin ( paths . appSrc , [ paths . appPackageJson ] ) ,
134
- new TsconfigPathsPlugin ( { configFile : paths . appTsConfig } ) ,
134
+ new TsconfigPathsPlugin ( { configFile : paths . appTsProdConfig } ) ,
135
135
] ,
136
136
} ,
137
137
module : {
@@ -183,7 +183,7 @@ module.exports = {
183
183
options : {
184
184
// disable type checker - we will use it in fork plugin
185
185
transpileOnly : true ,
186
- configFile : paths . appTsProdConfig
186
+ configFile : paths . appTsProdConfig ,
187
187
} ,
188
188
} ,
189
189
] ,
@@ -333,7 +333,7 @@ module.exports = {
333
333
// Enable file caching
334
334
cache : true ,
335
335
sourceMap : shouldUseSourceMap ,
336
- } ) , // Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`.
336
+ } ) , // Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`.
337
337
new ExtractTextPlugin ( {
338
338
filename : cssFilename ,
339
339
} ) ,
You can’t perform that action at this time.
0 commit comments