Skip to content

Commit f38c838

Browse files
authored
fix: Bundle loader and rtrace with asc (#1641)
1 parent b857944 commit f38c838

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ const bin = {
7171
entry: [ "./asc.js" ],
7272
externals: [
7373
"binaryen",
74-
"assemblyscript",
75-
"../lib/loader/umd/index",
76-
"../lib/rtrace/umd/index"
74+
"assemblyscript"
7775
],
7876
node: {
7977
global: true

0 commit comments

Comments
 (0)