Commit 0754ad89 authored by zhangyanni's avatar zhangyanni

配置

parent 436f4dd3
......@@ -82,10 +82,10 @@ module.exports = {
// 为生产环境修改配置...
config.plugins.push(
// new CleanWebpackPlugin(['dist']),
new MiniCssExtractPlugin( {
filename : `css/[name].${process.env.VUE_APP_UPDATED}.css`,
chunkFilename: `css/[name].${process.env.VUE_APP_UPDATED}.css`
} ),
// new MiniCssExtractPlugin( {
// filename : `css/[name].${process.env.VUE_APP_UPDATED}.css`,
// chunkFilename: `css/[name].${process.env.VUE_APP_UPDATED}.css`
// } ),
new webpack.ProvidePlugin({
$:"jquery",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment