DanielSchaffer/webpack-babel-multi-target-plugin

Ability to disable babel cache

adamdoyle opened this issue · 2 comments

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.

You're the best; thank you!