Add vue-cli-plugin-webpack-bundle-analyzer and upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-05-31 11:31:44 +02:00
parent 84e1ffe24c
commit 5a6ed464b6
4 changed files with 100 additions and 83 deletions

View File

@@ -2,6 +2,11 @@ const Dotenv = require('dotenv-webpack');
const path = require('path');
module.exports = {
pluginOptions: {
webpackBundleAnalyzer: {
openAnalyzer: false
}
},
lintOnSave: false,
runtimeCompiler: true,
outputDir: '../priv/static/js',