You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my project from ember version 5.4 to 5.9.
Install ember-power-select or any addon which contains css ember install ember-power-select
And then build project using the cmd npm run build
And then i can see that chunk files are being created with the addon css even it is not imported in app.css file
Moreover, the scss files from my addon is also exported to the dist folder.
馃 Expected Behavior
The dist folder should only contain the plain css and js which is required.
It should not have any duplicate css files with the name of chunk-*.css.
馃實 Environment
Ember: 5.9
Ember-CLI: - 5.9
Node.js/npm: - 20.14.0
OS: - Ubuntu
Browser: - Chrome
The text was updated successfully, but these errors were encountered:
馃敩 Minimal Reproduction
I have updated my project from ember version 5.4 to 5.9.
Install ember-power-select or any addon which contains css
ember install ember-power-select
And then build project using the cmd
npm run build
And then i can see that chunk files are being created with the addon css even it is not imported in app.css file

Moreover, the scss files from my addon is also exported to the dist folder.
馃 Expected Behavior
The dist folder should only contain the plain css and js which is required.
It should not have any duplicate css files with the name of chunk-*.css.
馃實 Environment
The text was updated successfully, but these errors were encountered: