Skip to content

Commit

Permalink
rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajous committed Nov 6, 2023
1 parent 901e2b6 commit 557080e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const configs = [
plugins: [
nodeResolve({
browser: true,
preferBuiltins: true,
preferBuiltins: false,
}),
typescript({
tsconfig: `./tsconfig.json`,
Expand Down Expand Up @@ -51,7 +51,7 @@ const configs = [
tsconfig: `./tsconfig.json`,
}),
nodeResolve({
preferBuiltins: true,
preferBuiltins: false,
}),
commonjs(),
json(),
Expand Down

0 comments on commit 557080e

Please sign in to comment.