-
Notifications
You must be signed in to change notification settings - Fork 28
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
Transforms don't load correctly when running npm link
ed
#21
Comments
I'm actually having an issue getting transforms to load at all. Specifically, browserify-shim. The transform function is only being passed the |
False alarm, I didn't realize browserify transforms only work one level deep. |
@ef4 still an issue? |
Yes. You can reproduce by configuring any babel transform and trying to build your app while ember-browserify is npm linked. |
related: #16 |
We look up transform modules relative to ember-browserify, not relative to the user's app. This is only really an issue when running
npm link
ed.The text was updated successfully, but these errors were encountered: