0
dipack
7y

JS + Gulp + Browserify is the slowest build experience I've ever used.

Comments
  • 0
    Don't browserify while in dev?
  • 0
    Try WebPack or Brunch
  • 0
    @Flarp Not exactly, it's an additional cache layer and it's having issues with WebPack 2. Avoid HappyPack for now.
  • 0
    @Flarp make what? WebPack 2 has better performance in both build and output. HappyPack currently has issues tracked as well. The maintainer is already working on fixes.
  • 0
    @Flarp WebPack loaders can specify whether output can be cached as well as Babel's own cache. Some operate on hashes, some operate on when files were last modified.
Add Comment