Skip to content

Commit

Permalink
docs: fix typo for esModule (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Evilebot Tnawi <[email protected]>
  • Loading branch information
yuheiy and evilebottnawi committed Jul 25, 2020
1 parent b76cb97 commit ae7d211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ module.exports = {
rules: [
{
test: /\.css$/i,
loader: 'css-loader',
loader: 'style-loader',
options: {
esModule: true,
},
Expand Down

0 comments on commit ae7d211

Please sign in to comment.