trivago/melody

Export only ES modules

オープン

#89 opened on 2019/01/13

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (37 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (216 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド