From 147888106f875a6f17f1e6f3c6fabd205b624a7a Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 21 Sep 2021 11:56:35 +0200 Subject: [PATCH] Remove unused lines, closes #1477 --- front/vue.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/front/vue.config.js b/front/vue.config.js index aa38127af..ae5f9ef3b 100644 --- a/front/vue.config.js +++ b/front/vue.config.js @@ -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$/),