Updates dependencies to fix vulnerabilities

38020 vulnerabilities fixed
This commit is contained in:
Nanobyte
2020-08-13 23:26:08 +02:00
parent 34d520c2ca
commit 2b8b72f4df
3 changed files with 5973 additions and 3983 deletions

View File

@@ -35,11 +35,18 @@ module.exports = env => ({
},
plugins: [
// exclude locale files in moment
new CopyPlugin([
{ from: '.', to: '../', ignore: ['manifest.json'] }
],
{context: 'public' }
),
new CopyPlugin({
patterns: [
{
from: '.',
to: '../',
globOptions: {
ignore: ['manifest.json'],
},
context: './public',
}
]
}),
new BuildManifest({
browser: env.browser,
pretty: env.mode === "production",