Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jan 8, 2025
1 parent beeac6f commit a4d8a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ptb-builder/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default {
],
plugins: [
peerDepsExternal(),
resolve({
browser: true,
preferBuiltins: false,
}),
resolve(),
commonjs({
include: /node_modules/,
Expand Down

0 comments on commit a4d8a0c

Please sign in to comment.