From 180fd3c9ac5bdc08ea604377e112a7030155e694 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 14 Jul 2024 09:10:51 -0700 Subject: [PATCH] Resolve vs in unicode11 --- addons/addon-unicode11/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/addon-unicode11/webpack.config.js b/addons/addon-unicode11/webpack.config.js index 746d2581..9b66049f 100644 --- a/addons/addon-unicode11/webpack.config.js +++ b/addons/addon-unicode11/webpack.config.js @@ -25,7 +25,8 @@ module.exports = { modules: ['./node_modules'], extensions: [ '.js' ], alias: { - common: path.resolve('../../out/common') + common: path.resolve('../../out/common'), + vs: path.resolve('../../out/vs') } }, output: {