Skip to content

feat: add rolldown-vite features #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

btea
Copy link
Collaborator

@btea btea commented Jun 9, 2025

Description

close #756

@btea btea requested review from cexbrayat and haoqunjiang June 10, 2025 04:34
"message": "Activer les fonctionnalités expérimentales"
},
"needsExperimentalFeatures": {
"message": "Sélectionnez les fonctionnalités expérimentales à inclure:",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: needs a non breaking space before colon: \u00a0:

@@ -76,6 +77,20 @@ const FEATURE_OPTIONS = [
value: 'prettier',
label: language.needsPrettier.message,
},
{
value: 'experimental features',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe use a dash instead of a space? experimental-features?

@@ -76,6 +77,20 @@ const FEATURE_OPTIONS = [
value: 'prettier',
label: language.needsPrettier.message,
},
{
value: 'experimental features',
label: language.needExperimenttal.message,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needExperimenttal -> needExperimental (or needsExperimental maybe?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New experiemental flag: Use Rolldown-Vite
2 participants