Skip to content

Commit 63c0618

Browse files
authored
Update transpile-only.mjs
1 parent a23bc47 commit 63c0618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esm/transpile-only.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const require = createRequire(fileURLToPath(import.meta.url));
66
const esm = require('../dist/esm');
77
export const {
88
resolve,
9+
load,
910
getFormat,
1011
transformSource,
1112
} = esm.registerAndCreateEsmHooks({ transpileOnly: true });

0 commit comments

Comments
 (0)