webpack / concord

[WIP] concord modules specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare to Duo

jasonkuhrt opened this issue · comments

@matthewmueller @yields @stephenmathieson @dominicbarnes I am going to take a stab at this; feel free to revise if I mess up the comparison.

ive never used webpack, so im not sure ill be of much help here :/

np, just checking. Part of the task is listing featuers/pros/cons of duo so at least that part you likely know better than me.

ah ok.

real quickly:

pros

  • optional manifest
  • simple api
  • easily extendable via plugins
  • powerful cli
  • easily testable with duo-test
  • semver

cons

  • single-file components are a secondary citizen at best
  • only supports github repos (this one has been a blocker for me)
  • does not yet support multiple "bundles"
  • documentation is lacking

@jasonkuhrt thx for taking the initiative. An open discussion about different approaches is the right way 👍

@matthewmueller @stephenmathieson @dominicbarnes I've created a PR (see above) that takes a stab at it. Please correct/improve as you see fit!

Closing because there is now a PR where the conversation should continue.