Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Feb 3, 2025
1 parent d4a2f5b commit 3e152ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig((options) => {
nodeModulesPolyfillPlugin({
globals: {
// Buffer: true,
process: true,
// process: true,
},
modules: ['crypto', 'buffer', 'process', 'url', 'fs', 'path']
}),
Expand Down

0 comments on commit 3e152ab

Please sign in to comment.