From ab95468b9391c0cfad8f409c1cd61045d11d957d Mon Sep 17 00:00:00 2001 From: dcode Date: Fri, 29 Jan 2021 12:45:10 +0100 Subject: [PATCH] Bundle loader and rtrace with asc --- webpack.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 6f197abf9c..dbf5415172 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -71,9 +71,7 @@ const bin = { entry: [ "./asc.js" ], externals: [ "binaryen", - "assemblyscript", - "../lib/loader/umd/index", - "../lib/rtrace/umd/index" + "assemblyscript" ], node: { global: true