-
Notifications
You must be signed in to change notification settings - Fork 522
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
babel not being able to load plugins #211
Comments
It seems like something is missing from the pasted error - it's just a stack with no message text? |
Just posting this here for completeness sake, I did indeed manage to cut some of the output and here is the full output based on what is in the PR:
Looking further into it just now Edit: |
The issue was indeed due to the resolve library and we fixed this now in a pairing session with @alexeagle by simply requiring the plugin first in the |
@Globegitter Any chance you could post some example code of using babel with this issue fixed? Trying to get this working myself! |
@mattmoor sorry just seeing this now, here an example of one of our
|
Not sure if this is an issue with babel or bazel or a combination, but I am just trying to write a
js_library
that uses babel to downlevel es6 to amd. I am running into issues with babel trying to load its plugins. I started out just using the cli and passing it a .babelrc - but now also tried using the node api for easier debugging.So quite simple, for testing now I have:
Then, when executing this via bazel run I get:
Executing it with node directly works as expected.
The text was updated successfully, but these errors were encountered: