Update installation instructions
[vchess.git] / client / vue.config.js
CommitLineData
625022fd 1module.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};