From 059e3abd9995919fc2756496579c34972f9e8db5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 17 Jun 2018 14:08:43 +0200 Subject: ReportTable: Advantage per Level -> Max Win Rate, fix 5v5/3v3 table, add filters --- webpack.config.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 9bbbc0c..a0b66d2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -45,16 +45,5 @@ module.exports = { new MiniCssExtractPlugin({ }), new OptimizeCssAssetsPlugin(), - ].concat(process.env.NODE_ENV == 'production' ? [ - new PurgecssPlugin({ - paths: glob.sync([ - './src/*.html', - './src/*.js', - './src/*.vue', - './src/**/*.vue', - './node_modules/buefy/src/components/table/*', - './node_modules/buefy/src/components/pagination/*', - ]) - }), - ] : []), + ], }; -- cgit v1.3.1