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

Commit

Permalink
docs(readme): f ix typo
Browse files Browse the repository at this point in the history
`loader` over `use`.
  • Loading branch information
bebraw authored and joshwiens committed Jan 28, 2017
1 parent f606ea9 commit 99f686e
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 @@ -35,7 +35,7 @@ module.exports = {
test: /\.css$/,
use: ExtractTextPlugin.extract({
fallbackLoader: "style-loader",
use: "css-loader"
loader: "css-loader"
})
}
]
Expand Down

0 comments on commit 99f686e

Please sign in to comment.