Ability to disable babel cache
adamdoyle opened this issue · 2 comments
adamdoyle commented
Babel's cacheDirectory
option is hardcoded to a non-undefined value at babel.target.ts:createTransformOptions(...)
, which can cause some pain when using debug: true
to debug babel's plugins, etc.
It would be nice if that were in some way configurable.
DanielSchaffer commented
@adamdoyle
PR: #20
Pre-release: v2.1.0-alpha.10
adamdoyle commented
You're the best; thank you!