From f4a60e2af3010d8a4264ce11e41f3add7311dd6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Oliveira?= Date: Tue, 10 Aug 2021 07:55:56 +0000 Subject: [PATCH] Include the needed node_modules files in the final extension bundle --- editors/code/.vscodeignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editors/code/.vscodeignore b/editors/code/.vscodeignore index f74bdbd580..b0aa231912 100644 --- a/editors/code/.vscodeignore +++ b/editors/code/.vscodeignore @@ -3,6 +3,10 @@ !out out/** !out/src +!node_modules/d3/dist/d3.min.js +!node_modules/@hpcc-js/wasm/dist/index.min.js +!node_modules/@hpcc-js/wasm/dist/graphvizlib.wasm +!node_modules/d3-graphviz/build/d3-graphviz.min.js !package.json !package-lock.json !ra_syntax_tree.tmGrammar.json