Sunday 29 October 2017

Adding dependency best practices

Hi guys, I am using webpack to bundle everything into one file, and my project is using jQuery. But right now I am confused whether I should put jQuery into devDependencies or dependencies, since I am using webpack and everything will be packed into one file anyways and both will work perfectly. What’s the best practice here? Thanks!

Submitted October 29, 2017 at 08:16PM by laonawuli

No comments:

Post a Comment