Skip to content

Commit

Permalink
replace rollup externals
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed May 14, 2024
1 parent 356b8ca commit f02182b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import esbuild from 'rollup-plugin-esbuild';
const input = 'src/mod.ts';
const external = [
/^@std\/path/,
'@happy-js/happy-rusty',
'@happy-js/happy-opfs',
'happy-rusty',
'happy-opfs',
'@happy-ts/fetch-t',
];

Expand Down

0 comments on commit f02182b

Please sign in to comment.