-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Description
🐞 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 startOpen 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.
Metadata
Metadata
Assignees
Labels
No labels