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 for? And what benefits should I expect over npm?
Lars
German developer, who likes to play with everything that comes in his way
There is no reason why yarn should inpact webpack. It installs the same dependencies like npm.
Personally I don´t see any benefits from yarn.