From 11784e55b2971461bf7348b8481670e2ddac8069 Mon Sep 17 00:00:00 2001 From: Frank Petrilli Date: Mon, 1 Jul 2019 14:10:32 -0700 Subject: [PATCH] Change quote style to match existing work --- scripts/webpack.client.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/webpack.client.config.js b/scripts/webpack.client.config.js index 793130fe..cb4b41f7 100644 --- a/scripts/webpack.client.config.js +++ b/scripts/webpack.client.config.js @@ -61,7 +61,7 @@ module.exports = (options = {}) => merge( short_name: "Coder", description: "Run VS Code on a remote server", background_color: "#e5e5e5", - crossorigin: 'use-credentials', + crossorigin: "use-credentials", icons: [{ src: path.join(root, "packages/web/assets/logo.png"), sizes: [96, 128, 192, 256, 384],