Skip to content

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Jul 1, 2025

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)

Restrictions on minimal:

  • no hbs
  • no v1 addons
  • no ember-cli
  • no node-land config/environment.js
  • no hbs backticks in tests

Features:

  • type=module
  • no compat mode (in large apps this can save up to a minute of pre-build time)
  • much faster

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.

1 participant