🐞 Describe the Bug
For a few releases now, running ember serve leads to a minified build even though it's in development. I'm talking about Ember itself.
🔬 Minimal Reproduction
ember new --pnpm ember-development-minified
cd ember-development-minified
pnpm start
Open http://localhost:4200/, open the devtools and check the assets/vendor/ember/ember.js file. It's minified.
😕 Actual Behavior
Minified Ember which is difficult to use and debug.
🤔 Expected Behavior
Not minified Ember.
🌍 Environment
- Ember: 5.12.0
- Ember-CLI: 5.12.0
- Node.js/npm: v23.1.0
- OS: Linux
- Browser: N/A
➕ Additional Context
Possibly due to this PR.
🐞 Describe the Bug
For a few releases now, running
ember serveleads to a minified build even though it's in development. I'm talking about Ember itself.🔬 Minimal Reproduction
ember new --pnpm ember-development-minified cd ember-development-minified pnpm startOpen http://localhost:4200/, open the devtools and check the
assets/vendor/ember/ember.jsfile. It's minified.😕 Actual Behavior
Minified Ember which is difficult to use and debug.
🤔 Expected Behavior
Not minified Ember.
🌍 Environment
➕ Additional Context
Possibly due to this PR.