From ae7d21154d989cd1a60974801b41473148b8b291 Mon Sep 17 00:00:00 2001 From: Yuhei Yasuda Date: Sun, 26 Jul 2020 01:46:26 +0900 Subject: [PATCH] docs: fix typo for esModule (#473) Co-authored-by: Evilebot Tnawi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0cf870a..a9551a25 100644 --- a/README.md +++ b/README.md @@ -570,7 +570,7 @@ module.exports = { rules: [ { test: /\.css$/i, - loader: 'css-loader', + loader: 'style-loader', options: { esModule: true, },