added some production build options (#2832)
This commit is contained in:
parent
25faa1366c
commit
60fc598a08
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ export default {
|
||||||
],
|
],
|
||||||
optimize: {
|
optimize: {
|
||||||
bundle: true,
|
bundle: true,
|
||||||
|
splitting: true,
|
||||||
|
minify: true,
|
||||||
},
|
},
|
||||||
devOptions: {
|
devOptions: {
|
||||||
hmrErrorOverlay: false,
|
hmrErrorOverlay: false,
|
||||||
|
|
Loading…
Reference in a new issue