-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
does transform plugins can hot reload #15611
Comments
Hey @gongzhxu! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly. If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite. |
So this need to be supported both in the plugin and in whatever you are using to run Babel ( |
@nicolo-ribaudo thank a lot, the problem has been solved |
When I use addExternalDependency watch file in Babel plugin, when I modify this file, sometimes it will trigger the reload of the whole project, but sometimes it is normal |
💻
What problem are you trying to solve?
i have an issue when i use babel transform plugin. like 'babel-plugin-content-transformer' , when i edit the configure file like *.toml the front web can't not be refresh with new content , event i restart the server it could not be take effect. i try to use other plugin have the same issue.
Describe the solution you'd like
Open an interface to make user choose
Describe alternatives you've considered
unfriendly i must convert the toml to json myself
Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: