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?

貢獻者指南

Use Rollup to bundle components / libraries · insin/nwb#316 | Good First Issue