Skip to content

Commit

Permalink
chore(exports): add string_decoder to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Jan 24, 2025
1 parent 8f5967b commit 8e450de
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 @@ -65,6 +65,7 @@ const nodeless: Preset & { alias: Map<string, string> } = {
"wasi",
"worker_threads",
"zlib",
"string_decoder",
].map((m) => [m, `unenv/runtime/node/${m}/index`]),
),

Expand Down

0 comments on commit 8e450de

Please sign in to comment.