Revert dependency changes

This commit is contained in:
Nanobyte
2020-08-13 23:32:38 +02:00
committed by Ajay Ramachandran
parent fc48198ac4
commit e0c11752e5
5 changed files with 5588 additions and 14 deletions

View File

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