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
fix(modernjs): disable syntax checking to allow ES6 dynamic imports
The ModernJS e2e tests were failing because checkSyntax: true was rejecting
ES6 import() dynamic imports that are essential for Module Federation.
This caused the production build to fail, preventing the E2E test server
from starting and causing Cypress tests to timeout.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments