You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ignore package and implement .convexignore support in bundler
- Added the `ignore` package to dependencies.
- Implemented loading and processing of `.convexignore` files in the bundler to skip specified files during the build process.
- Updated entry point logic to respect ignore patterns.
This enhances the build process by allowing users to exclude files from being processed based on their ignore configuration. This brings both Typescript performance boosts and reduced circular dependency relateded issues
0 commit comments