Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making difference between dependencies and dev-dependencies #463

Open
ruttydm opened this issue Oct 1, 2016 · 1 comment
Open

Making difference between dependencies and dev-dependencies #463

ruttydm opened this issue Oct 1, 2016 · 1 comment

Comments

@ruttydm
Copy link

ruttydm commented Oct 1, 2016

There are a lot of dependencies. It would be useful to separate the dependencies from the dev-dependencies.

And why do you need babeljs?

@owenashurst
Copy link
Owner

Babel is used to convert ECMAScript 2015+ code into a backwards compatible versions of JavaScript. Aka so it can run on all browsers. It's pretty common in web development.

To answer your question of dev-dependencies, yes you are right they could be split out. Feel free to make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants