Мелкие поправки

This commit is contained in:
Book Pauk
2018-12-28 19:34:26 +07:00
parent 53a7de2883
commit a04f9fde6e
4 changed files with 775 additions and 913 deletions

View File

@@ -28,9 +28,6 @@ module.exports = merge(baseWpConfig, {
"NODE_ENV": JSON.stringify("production")
}
}),
new webpack.LoaderOptionsPlugin({
minimize: true
}),
new MiniCssExtractPlugin({
filename: "[name].css"
})