insin/nwb

Use Rollup to bundle components / libraries

Open

#316 创建于 2017年6月1日

在 GitHub 查看
 (1 评论) (5 反应) (0 负责人)JavaScript (5,561 star) (368 fork)batch import
enhancementhelp wanted

描述

nwb currently supports transpiling to ES5+CommonJS in lib/ and ES5+ES Modules in es/ with Babel, and creating UMD bundles in umd/ with Webpack.

  1. Is Rollup better for the UMD piece?

  2. Should we support creating single-file bundles in dist/ with Rollup and making those main and modules in package.json?

  3. Is there anything else Rollup offers or does better which we could use it for?

贡献者指南