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

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdj92 committed Feb 17, 2017
1 parent 7097a1d commit 3d9f857
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 @@ -146,7 +146,7 @@ module.exports = {
]
},
plugins: [
new ExtractTextPlugin('style'css)
new ExtractTextPlugin('style.css')
//if you want to pass in options, you can do so:
//new ExtractTextPlugin({
// filename: 'style.css'
Expand Down

0 comments on commit 3d9f857

Please sign in to comment.