Skip to content

Commit

Permalink
Merge 42f54aa into dd369b0
Browse files Browse the repository at this point in the history
  • Loading branch information
rolego committed Feb 14, 2017
2 parents dd369b0 + 42f54aa commit b1ec185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module.exports = {
rules: [
{
test: /\.less$/,
use: ExtractTextPlugin.extract(
use: ExtractTextPlugin.extract({
fallbackLoader: 'style-loader',
loaders: [
// activate source maps via loader query
Expand All @@ -147,7 +147,7 @@ module.exports = {
options: { sourceMap: true }
}
]
)
})
}
]
},
Expand Down

0 comments on commit b1ec185

Please sign in to comment.