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 a23bc47 commit 63c0618Copy full SHA for 63c0618
esm/transpile-only.mjs
@@ -6,6 +6,7 @@ const require = createRequire(fileURLToPath(import.meta.url));
6
const esm = require('../dist/esm');
7
export const {
8
resolve,
9
+ load,
10
getFormat,
11
transformSource,
12
} = esm.registerAndCreateEsmHooks({ transpileOnly: true });
0 commit comments