browserify / browserify/factor-bundle
Bundle external dependencies
- 主要言語
- JavaScript
- スター
- 397
- フォーク
- 24
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In my project I'm using both **npm** modules and **bower** components (with debowerify) which I want to bundle together as `vendor.js` while keeping my own code in an `app.js` bundle.
What I did so far is created the `app.js` bundle by setting `external` to the **npm** modules and **bower** components. To figure out what modules to set as `external` I read the dependencies from `package.json` and `bower.json`.
Now, in a similar fashion I would like to parse my codebase, see which requires are external modules and bundle them together.
How could I do this?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、factor-bundle における外部依存関係の既存の扱いと、issue に記載されている package.json および bower.json の入力を確認します。issue にはソースファイルやテストの名前がないため、最初に関連する bundling のエントリーポイントと、完了をどのように検証すべきかを特定します。app.js にはアプリケーションコードを保持し、vendor.js には外部モジュールを含める必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- build-system, tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100