Skip to content

Use a front-end bundler. #45

@danasilver

Description

@danasilver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions