Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix(readme): Incorrect loader configuration
Browse files Browse the repository at this point in the history
Closes: #340
  • Loading branch information
frederikprijck committed Jan 19, 2017
1 parent e30595e commit e477cc7
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 @@ -90,8 +90,8 @@ module.exports = {
...
module: {
loaders: [
{ test: /\.scss$/i, loader: extractCSS.extract(['css','sass']) },
{ test: /\.less$/i, loader: extractLESS.extract(['css','less']) },
{ test: /\.scss$/i, loader: extractCSS.extract(['css-loader','sass-loader']) },
{ test: /\.less$/i, loader: extractLESS.extract(['css-loader','less-loader']) },
...
]
},
Expand Down

0 comments on commit e477cc7

Please sign in to comment.