This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
v1.0.2
-
Skip transforms for the files defining imports supplied to them
For example,
{ "target": "react-transform-catch-errors", "imports": ["react", "./src/Error"] }
will now skip
react-transform-catch-errors
for./src/Error
to avoid a circular import.