trivago/melody

Export only ES modules

开放

#89 创建于 2019年1月13日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (37 个派生)auto 404
good first issue

仓库指标

星标
 (216 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南