Skip to content
Snippets Groups Projects
Verified Commit 14788810 authored by Georg Krause's avatar Georg Krause
Browse files

Remove unused lines, closes #1477

parent 4b959249
No related branches found
No related tags found
No related merge requests found
......@@ -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$/),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment