Skip to content

Commit

Permalink
Remove CSS source map - fixes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
nddery committed Jun 1, 2017
1 parent 772eb97 commit c104ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module.exports = merge(webpackConfig, {
test: /\.s[ac]ss$/,
use: [
{ loader: 'style-loader' },
{ loader: 'css-loader', options: { sourceMap: true } },
{ loader: 'sass-loader', options: { sourceMap: true } }
{ loader: 'css-loader' },
{ loader: 'sass-loader' }
]
}
]
Expand Down

0 comments on commit c104ce5

Please sign in to comment.