Skip to content
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

fix: ensure babel errors are output to browser #67003

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

matt-pawley
Copy link

What?

Previously errors were only visible in the terminal, rather than the browser when using a babel config and app router. Additionally, this produced a cryptic error The "path" argument must be of type string. Received undefined, which made it difficult to see the actual issue (ref #66997)

Before:

image

After:

image

Why?

Improves DexEx

How?

Ensures appDir is available to build dev config.

Fixes #66997

@ijjk
Copy link
Member

ijjk commented Jun 18, 2024

Allow CI Workflow Run

  • approve CI run for commit: 0b714e2

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

1 similar comment
@ijjk
Copy link
Member

ijjk commented Jun 18, 2024

Allow CI Workflow Run

  • approve CI run for commit: 0b714e2

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm run dev fails with custom .babelrc file
2 participants