Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(demo): False config
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Feb 28, 2018
1 parent cf44289 commit 820af02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
loader: 'css-loader',
options: {
sourceMap: false,
importLoaders: 2
importLoaders: 1
}
},
{
Expand Down

0 comments on commit 820af02

Please sign in to comment.