Skip to content

Commit

Permalink
fix(config): 修复找不到依赖的问题
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <[email protected]>
  • Loading branch information
crrashh1542 committed Feb 20, 2024
1 parent 62d72df commit 3aed6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = defineConfig({

configureWebpack: config => {
// gzip 处理
const plugins = [ require('unplugin-vue-setup-extend-plus/webpack').default() ]
const plugins = []
if (IS_PROD) {
plugins.push(new CompressionWebpackPlugin({
filename: "[path].gz[query]",
Expand Down

0 comments on commit 3aed6b7

Please sign in to comment.