X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fvue.config.js;h=63b0e4bcb4815cf6b8c2ce6c2ad32fb9bf8273e1;hp=a98dd2dc5b9e993edab449723edde2d6f2caa4c6;hb=48edc620de7c6bbe791d690168392f50f02c328e;hpb=aa2ccf7d468a268ac58047f8fef62ac64a88d76b diff --git a/client/vue.config.js b/client/vue.config.js index a98dd2dc..63b0e4bc 100644 --- a/client/vue.config.js +++ b/client/vue.config.js @@ -4,7 +4,7 @@ module.exports = { output: { // Fix "window is not defined" issues with web worker. // https://github.com/webpack/webpack/issues/6642 - globalObject: 'this', - }, - }, + globalObject: "this" + } + } };