PhoenixReactify.Helpers.Babel (Phoenix Reactify v0.0.3) View Source

Link to this section Summary

Functions

Add the specified entry to the .babelrc under the current path

Link to this section Functions

Link to this function

add_entry_to_babelrc(current_path, entry)

View Source

Specs

add_entry_to_babelrc(String.t(), String.t()) :: :ok

Add the specified entry to the .babelrc under the current path

Link to this function

compatible?(version \\ "")

View Source