mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:09:16 +02:00
Remove unused lines, closes #1477
This commit is contained in:
parent
4b95924970
commit
147888106f
1 changed files with 0 additions and 3 deletions
|
@ -2,10 +2,7 @@ const baseUrl = process.env.BASE_URL || '/front/'
|
||||||
|
|
||||||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
//const PurgecssPlugin = require('purgecss-webpack-plugin')
|
|
||||||
const PreloadWebpackPlugin = require('preload-webpack-plugin');
|
const PreloadWebpackPlugin = require('preload-webpack-plugin');
|
||||||
//const glob = require('glob-all')
|
|
||||||
//const path = require('path')
|
|
||||||
let plugins = [
|
let plugins = [
|
||||||
// do not include moment.js locales since it's quite heavy
|
// do not include moment.js locales since it's quite heavy
|
||||||
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
|
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue