Remove unused lines, closes #1477

This commit is contained in:
Georg Krause 2021-09-21 11:56:35 +02:00
parent 4b95924970
commit 147888106f
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 0 additions and 3 deletions

View File

@ -2,10 +2,7 @@ const baseUrl = process.env.BASE_URL || '/front/'
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const webpack = require('webpack');
//const PurgecssPlugin = require('purgecss-webpack-plugin')
const PreloadWebpackPlugin = require('preload-webpack-plugin');
//const glob = require('glob-all')
//const path = require('path')
let plugins = [
// do not include moment.js locales since it's quite heavy
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),