Closed marinho closed 8 years ago
We use awesome-typescript-loader, which uses TypeScript and Babel together. Closing
So, why have it in dependencies
then? both TypeScript and Babel aren't necessary for going production, they are devDependencies
too.
Searching for
babel
mentions through the source code points out it's not necessary to keep them independencies
key inpackage.json
:https://github.com/clbond/ng2-redux-form/search?utf8=%E2%9C%93&q=babel
To be honest, I think it's even better to remove its dependency at all, as it is barely used and could easily be replaced by TypeScript in this stack.