Commit 0754ad89 authored by zhangyanni's avatar zhangyanni

配置

parent 436f4dd3
...@@ -82,10 +82,10 @@ module.exports = { ...@@ -82,10 +82,10 @@ module.exports = {
// 为生产环境修改配置... // 为生产环境修改配置...
config.plugins.push( config.plugins.push(
// new CleanWebpackPlugin(['dist']), // new CleanWebpackPlugin(['dist']),
new MiniCssExtractPlugin( { // new MiniCssExtractPlugin( {
filename : `css/[name].${process.env.VUE_APP_UPDATED}.css`, // filename : `css/[name].${process.env.VUE_APP_UPDATED}.css`,
chunkFilename: `css/[name].${process.env.VUE_APP_UPDATED}.css` // chunkFilename: `css/[name].${process.env.VUE_APP_UPDATED}.css`
} ), // } ),
new webpack.ProvidePlugin({ new webpack.ProvidePlugin({
$:"jquery", $:"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