Skip to content

Commit 8857e00

Browse files
jameslnewelljoshwiens
authored andcommitted
docs(readme): fix typo of use which should be rules (#415)
1 parent c9a19ad commit 8857e00

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
@@ -134,7 +134,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
134134

135135
module.exports = {
136136
module: {
137-
use: [
137+
rules: [
138138
{
139139
test: /\.scss$/,
140140
use: ExtractTextPlugin.extract({

0 commit comments

Comments
 (0)