From d608912efdd62a317dca9cb915f15880d5d05a7e Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Thu, 4 Aug 2022 06:20:42 -0700 Subject: [PATCH] Remove electron renderer target This causes global to be required which is not available in sandboxed electron renderers See microsoft/vscode#157008 --- addons/xterm-addon-ligatures/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/xterm-addon-ligatures/webpack.config.js b/addons/xterm-addon-ligatures/webpack.config.js index ea69841e..e8066771 100644 --- a/addons/xterm-addon-ligatures/webpack.config.js +++ b/addons/xterm-addon-ligatures/webpack.config.js @@ -11,7 +11,6 @@ const mainFile = 'xterm-addon-ligatures.js'; module.exports = { entry: `./out/${addonName}.js`, devtool: 'source-map', - target: 'electron-renderer', module: { rules: [ {