From 947c751bc7271eb9995b4f5ad62a7da2f0ad8792 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 24 Jul 2019 12:07:28 +0200 Subject: [PATCH] fixed wrong external --- terminus-terminal/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-terminal/webpack.config.js b/terminus-terminal/webpack.config.js index 285cce15..671a4723 100644 --- a/terminus-terminal/webpack.config.js +++ b/terminus-terminal/webpack.config.js @@ -66,7 +66,7 @@ module.exports = { 'macos-native-processlist', 'windows-native-registry', 'node-pty', - '@terminus-term/windows-process-tree', + 'windows-process-tree', 'os', /^rxjs/, /^@angular/,