projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixes for corr games update + incomplete info (do not show board)
[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
};