Skip to content

Commit

Permalink
Removed compression Plugin. (#273)
Browse files Browse the repository at this point in the history
DEFLATE Data Compression Algorithm Used for HTTPS  which may be vulnerable to breach attack
Defect: jazz07.rchland.ibm.com:13443/jazz/web/projects/CSSD#action=com.ibm.team.workitem.viewWorkItem&id=579318
Signed-off-by: Steffi Antony <“[email protected]”>

Co-authored-by: Steffi Antony <“[email protected]”>
  • Loading branch information
2 people authored and rfrandse committed Oct 9, 2024
1 parent d5694b9 commit 80efa3a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const CompressionPlugin = require('compression-webpack-plugin');

module.exports = {
css: {
loaderOptions: {
Expand Down Expand Up @@ -85,14 +83,6 @@ module.exports = {
] = `@/env/components/AppNavigation/${envName}.js`;
}
}

if (process.env.NODE_ENV === 'production') {
config.plugins.push(
new CompressionPlugin({
deleteOriginalAssets: true,
})
);
}
},
pluginOptions: {
i18n: {
Expand Down

0 comments on commit 80efa3a

Please sign in to comment.