Skip to content

Commit

Permalink
Minify and map css (facebook#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 f10dcfa commit cc2808a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 cc2808a

Please sign in to comment.