Created by: steelbrain
Reference: https://github.com/facebookincubator/create-react-app/issues/93#issuecomment-234733143
This PR uses the Pundle module bundler instead of Webpack
What's working?
- Hot reloads
- Everything JS + JSON
What needs some work?
- Non JS requires
- ESLint
I will be implementing the missing plugins for Pundle as we make progress on this PR
What's the benefit?
Well documented and maintained software that has extremely fast bundling and hot reload speed compared to Webpack
cc @gaearon