Skip to content

Commit

Permalink
feat: add support for .node files
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 9, 2023
1 parent 454abec commit 67300ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ${tmpl}
},
plugins: [watchPlugin, wasmLoader()],
outfile: outPath,
loader: { '.node': 'copy' },
define: {
global: 'globalThis',
self: 'globalThis',
Expand Down

0 comments on commit 67300ce

Please sign in to comment.