Update installation instructions
[vchess.git] / client / vue.config.js
index a98dd2d..63b0e4b 100644 (file)
@@ -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"
+    }
+  }
 };