Skip to content

Commit 6d42658

Browse files
authored
Merge pull request #400 from GeorgeTaveras1231/patch-1
Adhere to module schema in README
2 parents ad44d20 + 15dbccb commit 6d42658

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
@@ -107,7 +107,7 @@ const extractLESS = new ExtractTextPlugin('stylesheets/[name].less');
107107

108108
module.exports = {
109109
module: {
110-
use: [
110+
rules: [
111111
{
112112
test: /\.css$/,
113113
use: extractCSS.extract([ 'css-loader', 'postcss-loader' ])

0 commit comments

Comments
 (0)