Skip to content

Commit

Permalink
Enable CSS sourcemaps in production (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 15, 2017
1 parent 8f028ae commit 9b231d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ module.exports = {
options: {
importLoaders: 1,
minimize: true,
sourceMap: true,
},
},
{
Expand Down

0 comments on commit 9b231d4

Please sign in to comment.