Skip to content

Commit

Permalink
Prefer buildins for browser output
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Oct 6, 2023
1 parent 45060a7 commit 03356fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rollup.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ const configs = [
},
cache: false,
plugins: [
nodeResolve({ browser: true }),
nodeResolve({
browser: true,
preferBuiltins: true,
}),
typescript({
tsconfig: `./tsconfig.json`,
}),
Expand Down

0 comments on commit 03356fb

Please sign in to comment.