Skip to content

Commit ae7d211

Browse files
docs: fix typo for esModule (#473)
Co-authored-by: Evilebot Tnawi <evilebottnawi@users.noreply.github.com>
1 parent b76cb97 commit ae7d211

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
@@ -570,7 +570,7 @@ module.exports = {
570570
rules: [
571571
{
572572
test: /\.css$/i,
573-
loader: 'css-loader',
573+
loader: 'style-loader',
574574
options: {
575575
esModule: true,
576576
},

0 commit comments

Comments
 (0)