summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-06-17 14:08:43 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:21 +0100
commit059e3abd9995919fc2756496579c34972f9e8db5 (patch)
treec394d93c6e3b267112b4e2d59f8e652c582a9310 /webpack.config.js
parent77befbd2142397f4e26a03d5fecc170d4e2db566 (diff)
downloadbrokentalents-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.js13
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/*',
- ])
- }),
- ] : []),
+ ],
};