Skip to content

Conversation

@mansona
Copy link
Member

@mansona mansona commented Oct 3, 2025

this makes sure that we change what the app blueprint means at a point where we can resolve a true path and return a real blueprint module. This means that we're now resolving the blueprint in the context of ember-cli's dependencies and not always getting latest

@mansona mansona added the bug label Oct 3, 2025
@mansona mansona requested a review from a team October 3, 2025 17:03
@mansona mansona merged commit 453c4f0 into beta Oct 3, 2025
70 checks passed
@mansona mansona deleted the fix-app-blueprint-resolution branch October 3, 2025 17:36
@mansona mansona mentioned this pull request Oct 3, 2025
let blueprintOpts = clone(commandOptions);
let blueprint = normalizeBlueprint(blueprintOpts.blueprint || this._defaultBlueprint());

if (isExperimentEnabled('VITE') && blueprint === 'app') {
Copy link
Member

Choose a reason for hiding this comment

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

Is this change in pattern an issue for ember-cli-update using the blueprint from config?

This was referenced Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants