-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Can't exclude files using babel.config.js #4923
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
Comments
Got it. It's due to this line:
|
quick question: this issue is closed but not fixed in the current version. Is there any indication in which version this will land and/or what the schedule is for releasing this new version? |
Sorry for the delay. I'll release a new version this weekend. I didn't do the release earlier because I was going to take vacation earlier this month and then the holiday season arrived, so I'm afraid that people wouldn't have the capacity to deal with possible regressions in the new release. Now that I'm back to work I'll do the release soon. |
Version
4.1.0
Reproduction link
https://github.com/adriaanmeuris/cli-plugin-babel-issue-repro
Environment info
Steps to reproduce
babel.config.js
file that excludes a file:npm run serve
Error: Configuration contains string/RegExp pattern, but no filename was passed to Babel
No error occurs when reverting
@vue/cli-plugin-babel
to4.0.5
.What is expected?
No error occurs when starting the devServer.
What is actually happening?
Following error is shown:
Error: Configuration contains string/RegExp pattern, but no filename was passed to Babel
The text was updated successfully, but these errors were encountered: