joeybaker / remapify

Alias directories for browserify
Other
117 stars 23 forks source link

Remapify fails with Reactify transform #22

Closed taylorhakes closed 9 years ago

taylorhakes commented 9 years ago

I created a simple test case https://github.com/taylorhakes/remapify/tree/reactify-fail . If you try to run

node test/transform-integration.js

I am not sure the cause of this issue yet. The test works fine if you change .jsx to a .js file

taylorhakes commented 9 years ago

This is caused by this issue in Aliasify/browserify-transform-tools https://github.com/benbria/aliasify/issues/20

joeybaker commented 9 years ago

Thanks for figuring that out!

joeybaker commented 9 years ago

This was fixed by #25