At some point I added babel-runtime as a production dependency and I cannot recall what it actually does or whether it's necessary for the project to actually run after transpilation. Take a look at maybe moving this to devDependencies to slim down the deployment bundle.
At some point I added
babel-runtime
as a production dependency and I cannot recall what it actually does or whether it's necessary for the project to actually run after transpilation. Take a look at maybe moving this todevDependencies
to slim down the deployment bundle.