We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b857944 commit f38c838Copy full SHA for f38c838
1 file changed
webpack.config.js
@@ -71,9 +71,7 @@ const bin = {
71
entry: [ "./asc.js" ],
72
externals: [
73
"binaryen",
74
- "assemblyscript",
75
- "../lib/loader/umd/index",
76
- "../lib/rtrace/umd/index"
+ "assemblyscript"
77
],
78
node: {
79
global: true
0 commit comments