Skip to content

Commit

Permalink
Removed minification
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Feb 29, 2024
1 parent b44aa0e commit 0f24dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
ca: fs.readFileSync('ca.pem'),
disableHostCheck: true
},
chainWebpack: config => config.optimization.minimize(false),
configureWebpack: {
plugins: [new CompressionPlugin()],
resolve: {
Expand Down

0 comments on commit 0f24dbd

Please sign in to comment.