Skip to content

Commit 15dbccb

Browse files
Adhere to module schema in README
1 parent e831507 commit 15dbccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const extractLESS = new ExtractTextPlugin('stylesheets/[name].less');
104104

105105
module.exports = {
106106
module: {
107-
use: [
107+
rules: [
108108
{
109109
test: /\.css$/,
110110
use: extractCSS.extract([ 'css-loader', 'postcss-loader' ])

0 commit comments

Comments
 (0)