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

This commit is contained in:
Book Pauk
2018-12-28 21:47:33 +07:00
parent df23d15592
commit 0878bf8137

View File

@@ -23,11 +23,6 @@ module.exports = merge(baseWpConfig, {
]
},
plugins: [
new webpack.DefinePlugin({
"process.env": {
"NODE_ENV": JSON.stringify("production")
}
}),
new MiniCssExtractPlugin({
filename: "[name].css"
})