We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1246411 commit 75152c8Copy full SHA for 75152c8
scripts/build
@@ -32,7 +32,7 @@ npm exec tsc-multi
32
# copy over handwritten .js/.mjs/.d.ts files
33
cp src/_shims/*.{d.ts,js,mjs,md} dist/_shims
34
cp src/_shims/auto/*.{d.ts,js,mjs} dist/_shims/auto
35
-# we need to add exports = module.exports = Mux Node to index.js;
+# we need to add exports = module.exports = Mux to index.js;
36
# No way to get that from index.ts because it would cause compile errors
37
# when building .mjs
38
node scripts/utils/fix-index-exports.cjs
0 commit comments