projects
/
vchess.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Update TODO
[vchess.git]
/
client
/
vue.config.js
Commit
Line
Data
625022fd
1
module.exports = {
aa2ccf7d
BA
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
6808d7a1
BA
7
globalObject: "this"
8
}
9
}
625022fd
10
};