Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6 Modules loader #1

Open
slyg opened this issue Jul 8, 2015 · 1 comment
Open

ES6 Modules loader #1

slyg opened this issue Jul 8, 2015 · 1 comment

Comments

@slyg
Copy link
Contributor

slyg commented Jul 8, 2015

Continuation of https://github.com/viadeo/node-maglev-app/issues/1

@tregagnon
Copy link
Contributor

I spent some time looking at Brunch and Webpack.

I am convinced by Brunch, and would like try it on viadeo-webapp when you are available @slyg.

Webpack is the new cool kid in the block. I see many shared features with Brunch. Only some advanced features put Webpack on top of Brunch. But I don't think we need them right now. Code splitting with Async loading is not something we are ready for. Webpack is supposed to be better at isomorphic code, but I think we would need a lot more work to get this started.
The deduplication of used modules is nice. But I think Brunch knows how to do it.

Our problems with the current Grunt build are:

  • Slow build time
  • Slow updating on watch
  • Complex Grunt tasks to support our build needs

Brunch is designed to tackle these issues. And this repository begs to be tried on the viadeo-webapp. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants