Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: bundler option in config to define desired bundler #5836

Open
Assignees
Milestone
@NathanWalker

Description

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    AltStyle によって変換されたページ (->オリジナル) /