diff --git a/package-lock.json b/package-lock.json index efda226..3f90e00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,8 +35,7 @@ "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", "sass": "^1.32.7", - "sass-loader": "^12.0.0", - "webpack-bundle-analyzer": "^4.9.1" + "sass-loader": "^12.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index b0bb6e9..a0826c8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", "sass": "^1.32.7", - "sass-loader": "^12.0.0", - "webpack-bundle-analyzer": "^4.9.1" + "sass-loader": "^12.0.0" } } diff --git a/vue.config.js b/vue.config.js index facb110..3a4fe14 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,5 @@ const { defineConfig } = require('@vue/cli-service') var webpack = require('webpack') -var BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin module.exports = defineConfig({ transpileDependencies: true, chainWebpack: config => { @@ -19,9 +18,6 @@ module.exports = defineConfig({ 'windows.jQuery': 'jquery', Popper: ['popper.js', 'default'] }), - // new BundleAnalyzerPlugin({ - // openAnalyzer: false - // }) ], }, devServer: {