Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
14788810
Verified
Commit
14788810
authored
Sep 21, 2021
by
Georg Krause
Browse files
Remove unused lines, closes #1477
parent
4b959249
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/vue.config.js
View file @
14788810
...
...
@@ -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$/
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment