Skip to content

Commit

Permalink
fix build warning for postcss sourcemap (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenyz authored May 19, 2017
1 parent d8da09b commit 6b058c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ module.exports = {
}
},
{
loader: 'postcss-loader'
loader: 'postcss-loader',
options: {
sourceMap: true
}
},
{
loader: 'sass-loader',
Expand Down

0 comments on commit 6b058c9

Please sign in to comment.