diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-06-17 14:08:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:21 +0100 |
| commit | 059e3abd9995919fc2756496579c34972f9e8db5 (patch) | |
| tree | c394d93c6e3b267112b4e2d59f8e652c582a9310 /webpack.config.js | |
| parent | 77befbd2142397f4e26a03d5fecc170d4e2db566 (diff) | |
| download | brokentalents-059e3abd9995919fc2756496579c34972f9e8db5.tar.gz brokentalents-059e3abd9995919fc2756496579c34972f9e8db5.zip | |
ReportTable: Advantage per Level -> Max Win Rate, fix 5v5/3v3 table, add filters
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 13 |
1 files changed, 1 insertions, 12 deletions
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/*', - ]) - }), - ] : []), + ], }; |
