trivago/melody

Export only ES modules

Offen

#89 geöffnet am 13.01.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (37 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (216 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

By now ES modules are a well supported standard and can be used by the browser as well as Webpack, Rollup and other bundlers. Melody itself doesn't benefit from being exported as CJS.

We can simplify our tooling and avoid mistakes for our users by switching to ES modules and ignoring the CJS use case.

This is a breaking change.

Contributor Guide