Skip to content

Commit

Permalink
fix: add async_hooks to nodeless preset
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 7, 2023
1 parent 8baea05 commit dee2ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/presets/nodeless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const nodeless: Preset & { alias: Map<string, string> } = {
"buffer/index.js": "buffer",
...Object.fromEntries(
[
"async_hooks",
"buffer",
"crypto",
"events",
Expand Down

0 comments on commit dee2ddd

Please sign in to comment.