Skip to content

Commit 9b231d4

Browse files
authored
Enable CSS sourcemaps in production (#2168)
1 parent 8f028ae commit 9b231d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)