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

Webpack integration #11

Closed
wants to merge 3 commits into from
Closed

Webpack integration #11

wants to merge 3 commits into from

Conversation

marvinhagemeister
Copy link
Owner

I'm unsure weather I should go with webpack or rollup #8 .

Webpack

pros

  • works with anything you throw at it
  • devServer is awesome
  • is the defacto standard in the react and angular community
  • code splitting
  • multiple entries

cons

  • no tree-shaking yet (comes in v2 which is in beta)

Rollup

pros

  • tree-shaking
  • simpler config
  • faster watch mode

cons

  • has sometimes trouble with legacy js bundles (I'm looking at you handlebars!)
  • more maintenance heavy (the team is ultra responsive with bugs though!)

We'll see where this leads us. Currently after having run into few bundling issues with webpack again yesterday, I'm leaning more towards webpack.

@marvinhagemeister
Copy link
Owner Author

This likely won't be merged anytime soon.

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

Successfully merging this pull request may close these issues.

None yet

1 participant