Uh oh!
There was an error while loading. Please reload this page.
[Packager] Allow user to specify a custom transformer file - #1497
[Packager] Allow user to specify a custom transformer file#1497johanneslumpe wants to merge 5 commits into
Conversation
There was a problem hiding this comment.
This is only available on very recent node (0.12) and io.js versions. What's the supported version for the packager?
There was a problem hiding this comment.
Oh that's odd. If we have to support older version, we might add
path.resolve(transformerPath) === path.normalize(transformerPath)
There was a problem hiding this comment.
We want to support v0.10 (after all jest doesn't run on v0.12 yet). We have a package installed for this absolute-path
amasad
commented
Jun 3, 2015
Just fix the |
johanneslumpe
commented
Jun 3, 2015
@amasad done! |
amasad
commented
Jun 4, 2015
Great! Will do pull it. It'd be nice to add some docs to that as well :) 💃 |
johanneslumpe
commented
Jun 6, 2015
@amasad are those docs fine? |
There was a problem hiding this comment.
We don't really have to wait on all interpreters. We can just end the sentence at by allowing you to use new JavaScript language features.
amasad
commented
Jun 15, 2015
Sorry for the late reply. Just a few nits on the docs |
johanneslumpe
commented
Jun 16, 2015
@amasad updated the docs. I actually didn't write those texts, but they're changed the way you wanted now :) |
This is an edited re-submission of #1458 because I'm stupid.