Remove snowpack error overlay (#852)
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
d606dc6bee
commit
6539955632
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
clean: true,
|
||||
},
|
||||
devOptions: {
|
||||
hmrErrorOverlay: false,
|
||||
out: "build/src/main/resources/admin/resources", // For snowpack 3, "out" goes under buildOptions.
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue