projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
63b0e4bcb4815cf6b8c2ce6c2ad32fb9bf8273e1
[vchess.git]
/
client
/
vue.config.js
1
module
.
exports
= {
2
lintOnSave
:
false
,
3
configureWebpack
: {
4
output
: {
5
// Fix "window is not defined" issues with web worker.
6
// https://github.com/webpack/webpack/issues/6642
7
globalObject
:
"this"
8
}
9
}
10
};