Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reviewers, these should be looked at first:
This is a highly needed behavior of our blueprint.
For far too long and have folks starting new projects been held back by the support of existing projects.
We need to have first-class support for people just starting out.
To use this
--minimalblueprint from this PR:To use this
--no-compatblueprint from this PR:Here is a commit of everything involved in making an app minimal:
NullVoxPopuli/ember-initializers-demo@02b73bb
(repo from prep for this RFC: emberjs/rfcs#1120 )
I'd use this for all my personal projects, and new apps at work (that don't depend on v1 addons)
From the README:
--no-compatDoes the following:
type=modulein package.json (required for vite-ssr, and many ESM tools)(in large apps, this can have your app's boot be up to 1 minute faster)
@embroider/compatember-cliember g) -- however, you could usepnpm dlx ember-cli g ...(ornpx ember-cli g)--minimalDoes the following
--no-compat--warp-driveif you want it -- normally requires--no-warp-driveto remove)--no-welcometo remove)