In my react application, there is both package.lock.json and yarn.lock.json. I dont know how this happened but I don't want to use both in same application, right?. Whenever I deploy my application to heroku, there was some issues because of this. Ho...
I am steering away from using Gulp and Grunt in my dev build. I rather use npm itself as a build tool. Recently I stumbled upon yarn and it really has me interested. Has anyone in here used yarn with webpack on a project and what should I lookout f...