From 8857e00d92af3facb3e141263f303b7ff3c878a3 Mon Sep 17 00:00:00 2001 From: James Newell Date: Mon, 27 Feb 2017 14:29:50 +1100 Subject: [PATCH] docs(readme): fix typo of `use` which should be `rules` (#415) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c38ee8..7ee72375 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin'); module.exports = { module: { - use: [ + rules: [ { test: /\.scss$/, use: ExtractTextPlugin.extract({