From 142ee8d322d30d9912763b9912d02ed202c68a59 Mon Sep 17 00:00:00 2001 From: gerasimov Date: Tue, 26 Jun 2018 01:15:00 +0400 Subject: [PATCH] docs: fix simple example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9197a24..2641bfe3 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ module.exports = { { test: /\.css$/, use: [ - { - MiniCssExtractPlugin.loader, + { + loader: MiniCssExtractPlugin.loader, options: { // you can specify a publicPath here // by default it use publicPath in webpackOptions.output