-
-
Notifications
You must be signed in to change notification settings - Fork 1k
fix(nuxt): normalize manifest css file entries #6112
Conversation
β Deploy Preview for nuxt3-docs canceled.
|
Thanks for the PR @ThomasRalee. Would you please revert your changes to package.json and playground and provide a reproduction? the linked issue seems not relevant. |
Hi @pi0, thanks for the fast reply! I've reverted the changes to |
You can fork this sandbox to add broken usecase that this pull request tries to fix. When provided, it would be nice to also include it to basic fixture (https://github.com/nuxt/framework/tree/main/test/fixtures/basic) to avoid future regressions with it. |
@pi0, I am getting errors trying to run the
|
I can locally test on fixture and confirm it works. Building in test environment has strange behavior currently that no scripts are injected at all! Because of that, marked your new test as todo. |
β Type of change
π Description
Update mapping logic on clientManifest files to segregate
.css
files from.js
files.π Checklist
Reproduction
yarn generate && yarn preview