Skip to content

Commit

Permalink
Update transpile-only.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Oct 6, 2021
1 parent a23bc47 commit 63c0618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esm/transpile-only.mjs
Expand Up @@ -6,6 +6,7 @@ const require = createRequire(fileURLToPath(import.meta.url));
const esm = require('../dist/esm');
export const {
resolve,
load,
getFormat,
transformSource,
} = esm.registerAndCreateEsmHooks({ transpileOnly: true });

0 comments on commit 63c0618

Please sign in to comment.