added some production build options (#2832)

This commit is contained in:
Erik Jan de Wit 2022-06-22 10:48:53 +02:00 committed by GitHub
parent 25faa1366c
commit 60fc598a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,8 @@ export default {
], ],
optimize: { optimize: {
bundle: true, bundle: true,
splitting: true,
minify: true,
}, },
devOptions: { devOptions: {
hmrErrorOverlay: false, hmrErrorOverlay: false,