Removed webpack analyzer

This commit is contained in:
Travis Shivers 2020-06-10 01:09:42 -05:00
parent d8e883b9c0
commit ee4b7fb49c
3 changed files with 6 additions and 16 deletions

9
package-lock.json generated
View File

@ -12451,15 +12451,6 @@
} }
} }
}, },
"vue-cli-plugin-webpack-bundle-analyzer": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/vue-cli-plugin-webpack-bundle-analyzer/-/vue-cli-plugin-webpack-bundle-analyzer-2.0.0.tgz",
"integrity": "sha512-zOsxSaJC0+yYqnJNsxvGJOgtso8kL2ejlsx3p614LTNFSzaxc+KJ8AsBb712Yw19eVzhCXZrCpnhRad3kRa+aw==",
"dev": true,
"requires": {
"webpack-bundle-analyzer": "^3.6.0"
}
},
"vue-clipboard2": { "vue-clipboard2": {
"version": "0.3.1", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.1.tgz", "resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.1.tgz",

View File

@ -55,7 +55,6 @@
"string-similarity": "^4.0.1", "string-similarity": "^4.0.1",
"vanilla-tilt": "^1.7.0", "vanilla-tilt": "^1.7.0",
"vue-cli-plugin-vuetify": "~2.0.5", "vue-cli-plugin-vuetify": "~2.0.5",
"vue-cli-plugin-webpack-bundle-analyzer": "~2.0.0",
"vue-clipboard2": "^0.3.1", "vue-clipboard2": "^0.3.1",
"vue-observe-visibility": "^0.4.6", "vue-observe-visibility": "^0.4.6",
"vue-scrollto": "^2.18.1", "vue-scrollto": "^2.18.1",

View File

@ -22,12 +22,12 @@ module.exports = {
node: false, node: false,
}, },
pluginOptions: { // pluginOptions: {
webpackBundleAnalyzer: { // webpackBundleAnalyzer: {
// openAnalyzer: false, // openAnalyzer: false,
// analyzerMode: 'server', // analyzerMode: 'server',
}, // },
}, // },
css: { css: {
extract: process.env.NODE_ENV === 'production' ? { extract: process.env.NODE_ENV === 'production' ? {