We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dddb5 commit 8cc67b3Copy full SHA for 8cc67b3
src/module-server/bundle-npm-module.ts
@@ -74,6 +74,7 @@ export const bundleNpmModule = async (
74
const code = `export * from ${JSON.stringify(mod)}
75
export {${namedExports.join(', ')}} from ${JSON.stringify(mod)}
76
export { default } from ${JSON.stringify(mod)}'`;
77
+ console.log('code is', code);
78
return code;
79
}
80
},
0 commit comments