rem’s avatarrem’s Twitter Archive—№ 58,563

  1. With webpack…can I tell it not to pack in libraries like react and react-dom? And have them loaded separately (and still have require work)?
    1. …in reply to @rem
      rem (also pretty much why I avoid these tools because it makes simple things hard…like the time it takes to make the bundle.js is too long)
    2. …in reply to @rem
      Thanks all, sorted: webpack.github.io/docs/library-and-externals.html (suspected it was obvious, just didn't read. I get confused with all those squirly things)