trayio / babel-plugin-webpack-alias

babel 6 plugin which allows to use webpack resolve options
MIT License
150 stars 32 forks source link

Move `babel-cli` dependency to dev-only #13

Closed dylanpyle closed 8 years ago

dylanpyle commented 8 years ago

This is only used as part of the prepublish step, to create a bundled copy before pushing to npm. No reason to have this as a production dependency that I can see - it adds more than 1200 lines (!!) of shrinkwrap dependencies to any projects that depend on this, which translates to minutes of extra install time.

dylanpyle commented 8 years ago

PSA in case this takes a while before getting merged - we've published a temporary fork to unblock us at babel-plugin-webpack-alias-shyp. We'll deprecate it once this is merged.

adriantoine commented 8 years ago

Sorry for the delay, nice! Thanks for your contribution!