You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we try to treat this packages options as both Broccoli specific options and Babel's options. This is quite painful (passing another option to the Broccoli plugin is actually a breaking change for the babel transpilation side of things) and not terribly useful.
We should refactor our incoming options to move the babel specific options into options.babel so that we can delete the following munging of options:
Currently we try to treat this packages
options
as both Broccoli specific options and Babel's options. This is quite painful (passing another option to the Broccoli plugin is actually a breaking change for the babel transpilation side of things) and not terribly useful.We should refactor our incoming options to move the babel specific options into
options.babel
so that we can delete the following munging ofoptions
:broccoli-babel-transpiler/index.js
Lines 60 to 70 in ff975c0
The text was updated successfully, but these errors were encountered: