From c3c787eaa73d5909888d089436762812dffc90d3 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:29:05 -0700 Subject: [PATCH] Resolve vs imports in webpacked bundle --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3769bfb0..123e31df 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,7 +33,8 @@ const config = { extensions: [ '.js' ], alias: { common: path.resolve('./out/common'), - browser: path.resolve('./out/browser') + browser: path.resolve('./out/browser'), + vs: path.resolve('./out/vs'), } }, output: {