projects
/
vchess.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Add 2 downgrades (duplicated) to avoid dev warnings
[vchess.git]
/
client
/
vue.config.js
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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
};