パッケージ: rollup (3.15.0-1)
rollup に関するリンク
Debian の資源:
node-rollup ソースパッケージをダウンロード:
メンテナ:
- Debian Javascript Maintainers (QA ページ, メールアーカイブ)
- Sruthi Chandran (QA ページ)
- Pirate Praveen (QA ページ)
- Bastien Roucariès (QA ページ)
外部の資源:
- ホームページ [rollupjs.org]
類似のパッケージ:
ES6 module bundler for JavaScript
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the standardized ES module format for code, instead of previous idiosyncratic solutions such as CommonJS and AMD.
ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. Rollup can optimize ES modules for faster native loading in modern browsers, or output a legacy module format allowing ES module workflows today.
node-chokidar is required to use the --watch option
その他の rollup 関連パッケージ
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
-
- sug: node-chokidar
- wrapper around watch / watchFile / fsevents