Skip to content

Commit

Permalink
Minify and map css (#2013)
Browse files Browse the repository at this point in the history
Minify and map css
  • Loading branch information
viankakrisna authored and Timer committed Apr 22, 2017
1 parent c0fd569 commit d6173fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ module.exports = {
loader: 'css-loader',
options: {
importLoaders: 1,
minimize: true,
sourceMap: true,
},
},
{
Expand Down

0 comments on commit d6173fd

Please sign in to comment.