diff --git a/docs/documentation/customize/with-webpack.html b/docs/documentation/customize/with-webpack.html index f7d0ee26..1eb71702 100644 --- a/docs/documentation/customize/with-webpack.html +++ b/docs/documentation/customize/with-webpack.html @@ -116,7 +116,7 @@ module.exports = { }, plugins: [ new MiniCssExtractPlugin({ - filename: 'css/[name].bundle.css' + filename: 'css/mystyles.css' }), ] };