Skip to content

Commit

Permalink
Update docs to be consistent with webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Aug 31, 2021
1 parent 30a6da0 commit 35b771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -31,7 +31,7 @@ return gulp.src('src/entry.js')
watch: true,
module: {
rules: [
{ test: /\.css$/, loader: 'style!css' },
{ test: /\.css$/, use: ['style-loader', 'css-loader'] },
],
},
}))
Expand Down

0 comments on commit 35b771e

Please sign in to comment.