Мелкие поправки
This commit is contained in:
@@ -23,11 +23,6 @@ module.exports = merge(baseWpConfig, {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.DefinePlugin({
|
|
||||||
"process.env": {
|
|
||||||
"NODE_ENV": JSON.stringify("production")
|
|
||||||
}
|
|
||||||
}),
|
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: "[name].css"
|
filename: "[name].css"
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user