Ts-jest: Create a skipbabelrc / usebabelrc flag

Created on 26 Jun 2017  路  4Comments  路  Source: kulshekhar/ts-jest

We've seen a bunch of issues such as #242 and #252 that relates to ts-jest picking up babelrc files - often files that are not located in the project dir.

I think we should add a flag to not use babelrc files.

I think this flag should be turned on by default, I don't think people expect ts-jest to use their babelrc.

I propose somehing like a "useBabelRC" flag, or something like it, that's set to false by default.

Thoughts?

Most helpful comment

I definitely can, but I'm in the middle of a move so it might be a little while.

All 4 comments

useBabelRC with a default of false sounds good to me

@GeeWee can I assume you'll be handling?

I definitely can, but I'm in the middle of a move so it might be a little while.

fixed by #261

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bySabi picture bySabi  路  4Comments

ahnpnl picture ahnpnl  路  3Comments

jbreckmckye picture jbreckmckye  路  3Comments

AlexGellert picture AlexGellert  路  4Comments

Vinnl picture Vinnl  路  3Comments