-
Notifications
You must be signed in to change notification settings - Fork 0
feat!: drop cjs support #960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe changes restructure the package.json export configuration for the visual-editor package, consolidating the export map from nested import/require blocks into a flattened root structure. The configuration removes CommonJS build output (changing formats from ES and CommonJS to ES-only) across both the main build and plugin build configurations. A new plugin-specific export entry is added, along with clarified sideEffects metadata referencing the built CSS file. The vite build configurations are updated to generate ES modules exclusively, removing CommonJS format generation from both the standard and plugin builds. Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.