- Fixed issue relating to
babel-runtime
not being included as a dependency in a production environment - but being referenced in the transpilation due tobabel-transform-runtime
being included as adevDependency
.
babel-runtime
not being included as a dependency in a production environment - but being referenced in the transpilation due to babel-transform-runtime
being included as a devDependency
.