Skip to content

Commit

Permalink
build(node): mark got as external module
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Mar 27, 2024
1 parent 2560c55 commit a6aabed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/esbuild/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const nodeConfig = {
* the bun runtime has its own 'ws' module, and the npm 'ws' module doesn't work
* at all.
*/
external: ['ws'],
external: ['ws', 'got'],
};

module.exports = {
Expand Down

0 comments on commit a6aabed

Please sign in to comment.