-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Some choices:
- Rollup
- Webpack
- Browserify
In conjunction with Babel.
It's becoming really difficult to manage everything on the front-end. Being able to require, import, export ES6 modules would be a huge improvement.
I've been against transpiling JS for a long time because it can greatly increase the "space" between the code you write and the code that's running and because of the amount of configuration required.
That considered, I think it would help this project stay organized. Few large projects these days don't use one of those bundlers and Babel.