Skip to content

Commit

Permalink
make napi-wasm external
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 8, 2024
1 parent d410776 commit 73626e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const cjsBuild = {
bundle: true,
format: 'cjs',
platform: 'node',
packages: 'external',
outdir: `${dir}/wasm`,
outExtension: { '.js': '.cjs' },
inject: [`${dir}/wasm/import.meta.url-polyfill.js`],
Expand Down

0 comments on commit 73626e5

Please sign in to comment.