Skip to content

Commit eff04a8

Browse files
gerasimovevilebottnawi
authored andcommitted
docs: fix simple example (#189)
1 parent 0b3a7b2 commit eff04a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ module.exports = {
5858
{
5959
test: /\.css$/,
6060
use: [
61-
{
62-
MiniCssExtractPlugin.loader,
61+
{
62+
loader: MiniCssExtractPlugin.loader,
6363
options: {
6464
// you can specify a publicPath here
6565
// by default it use publicPath in webpackOptions.output

0 commit comments

Comments
 (0)