From f001f3a2dc3ea65eabec2df251c90c55d99fb219 Mon Sep 17 00:00:00 2001 From: Christian Finnberg Date: Sun, 13 Oct 2019 22:22:20 +0300 Subject: [PATCH] Add a new npm dependency --- docs/documentation/customize/with-webpack.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/documentation/customize/with-webpack.html b/docs/documentation/customize/with-webpack.html index 1eb71702..2821401e 100644 --- a/docs/documentation/customize/with-webpack.html +++ b/docs/documentation/customize/with-webpack.html @@ -14,6 +14,7 @@ breadcrumb: npm install bulma --save-dev npm install css-loader --save-dev npm install extract-text-webpack-plugin@next --save-dev +npm install mini-css-extract-plugin --save-dev npm install node-sass --save-dev npm install sass-loader --save-dev npm install style-loader --save-dev