Releases: rmacklin/sprockets-bumble_d
Releases · rmacklin/sprockets-bumble_d
v2.2.0
v2.1.0
v2.0.0
v1.1.0
Defer execution of babel plugin and preset resolution until the first time Transformer#call
is invoked.
This prevents an exception from being raised if the railtie is loaded before node modules have been installed.
As long as the babel packages are installed before call
is invoked, you're good to go.