tool · inferred from evidence
Rollup
A JavaScript module bundler, referenced in the error message as the source of the RollupError.
- Fix reserved keyword 'package' bundling error in flutterwave-node-v3
How to fix: Fix reserved keyword 'package' bundling error in flutterwave-node-v3. The verified fix from the maintainer thread, distilled into reusable steps.
- Circular dependency warnings from @braze/web-sdk with Vite / Rollup
Exclude the SDK from Vite's dev-server dependency optimization so it is loaded as-is instead of being pre-bundled: add `@braze/web-sdk` to `optimizeDeps.exclude` in vite.config (e.g. `optimizeDeps: { exclude: ['@braze/web-sdk'] }`).