Skip to content

Commit cc2808a

Browse files
viankakrisnaTimer
authored andcommitted
Minify and map css (facebook#2013)
Minify and map css
1 parent f10dcfa commit cc2808a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/webpack.config.prod.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ module.exports = {
197197
loader: 'css-loader',
198198
options: {
199199
importLoaders: 1,
200+
minimize: true,
201+
sourceMap: true,
200202
},
201203
},
202204
{

0 commit comments

Comments
 (0)