Skip to content

Commit

Permalink
Replace loader with use in README (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns authored Mar 9, 2017
1 parent c650fb8 commit 56c92b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = {
module: {
rules: [{
test: /\.scss$/,
loader: extractSass.extract({
use: extractSass.extract({
use: [{
loader: "css-loader"
}, {
Expand Down

0 comments on commit 56c92b4

Please sign in to comment.