Skip to content

v1.1.0

Compare
Choose a tag to compare
@rmacklin rmacklin released this 12 Mar 05:00
· 52 commits to master since this release

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.