Skip to content

Commit cc561bf

Browse files
gaearonromaindso
authored andcommitted
Enable CSS sourcemaps in production (facebook#2168)
1 parent 6848a38 commit cc561bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/config/webpack.config.prod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ module.exports = {
194194
options: {
195195
importLoaders: 1,
196196
minimize: true,
197+
sourceMap: true,
197198
},
198199
},
199200
{

0 commit comments

Comments
 (0)