Skip to content

Commit 3d9f857

Browse files
committed
fix typo in readme
1 parent 7097a1d commit 3d9f857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module.exports = {
146146
]
147147
},
148148
plugins: [
149-
new ExtractTextPlugin('style'css)
149+
new ExtractTextPlugin('style.css')
150150
//if you want to pass in options, you can do so:
151151
//new ExtractTextPlugin({
152152
// filename: 'style.css'

0 commit comments

Comments
 (0)