NativeScript / NativeScript/nativescript-cli
feat: bundler option in config to define desired bundler
オープン
@NathanWalker がすでに取り組んでいます。
2025年3月20日 から。
feature
in progress
- 主要言語
- JavaScript
- スター
- 1.1k
- フォーク
- 204
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 8
説明
Is your feature request related to a problem? Please describe.
You should be able to switch between webpack/rspack/vite by setting a config option.
Describe the solution you'd like
nativescript.config can handle this via:
bundler: 'webpack' | 'rspack' | 'vite' (default webpack)
This option would be used within cli to configure the compiler-service.
We could avoid this config option altogether by looking for specific config file however this option allows more versatility in that it's possible where feature parity does not match in some cases, a user could use rspack during local dev yet use webpack for production build if desired.
Describe alternatives you've considered
No response
Anything else?
No response
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- I agree to follow this project's Code of Conduct
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。