Skip to content

Commit

Permalink
rollup-polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajous committed Nov 6, 2023
1 parent ece7a32 commit 76113f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ const configs = [
},
],
plugins: [
nodePolyfills(),
nodeResolve({
preferBuiltins: true,
}),
typescript({
tsconfig: `./tsconfig.json`,
}),
nodePolyfills(),
commonjs(),
json(),
],
Expand Down

0 comments on commit 76113f6

Please sign in to comment.