-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pcss in manifest.json saved as css (fixed #12009) #12030
fix: pcss in manifest.json saved as css (fixed #12009) #12030
Conversation
/ecosystem-ci run |
This comment was marked as outdated.
This comment was marked as outdated.
Hmm vite-plugin-ssr seems to be consistently failing with this pr. @brillout maybe you have some ideas why it's happening here. (Note: vite-setup-catalogue is currently failing in main too) |
VPS expects all style entries to end with |
IIUC the output would still be |
VPS doesn't use the |
Probably, maybe the assets originName has other uses |
@faga295 I would |
nice~this will help a lot |
I think any project will surface the unwanted diff, probably doesn’t have
to be a VPS one
…On Tue 14. Feb 2023 at 17:59, faga ***@***.***> wrote:
nice~this will help a lot
—
Reply to this email directly, view it on GitHub
<#12030 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHVQRRGXTS6DQJIS6JL2UDWXO2VXANCNFSM6AAAAAAUZIHGJU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Seems the originalName of assets chunk only used in generating manifest.json.I really can't think of any other side effects. |
@brillout I'm pretty sure this PR doesn't introduce any unwanted change in the manifest, and only changes what's outlined at #12009 (comment). The |
/ecosystem-ci run vite-plugin-ssr |
This comment was marked as outdated.
This comment was marked as outdated.
Looks like it's still failing at https://github.com/brillout/vite-plugin-ssr/blob/e0e96a570a2cc2ded9041fe40d4c68d0a99c7edb/vite-plugin-ssr/node/runtime/renderPage/getPageAssets/getManifestEntry.ts#L44, seems like it's indexing using the |
Side effect: brillout/vite-pr-12030-reprod@9e6893d#diff-3b0435c9efe073e8ab8263bbad459657ba8d6826e4a2e5079b67438cb535a466. The only diff causing this side effect is this PR: brillout/vite-pr-12030-reprod@f0aec13#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519. |
(@bluwy FYI brillout@5af52d1.) |
Indeed, I debug it and I realized that |
Thanks for helping to check that 🙂 Didn't expect a html file in the CSS plugin. I'll tweak the code a bit and run ecosystem-ci again. |
/ecosystem-ci run |
📝 Ran ecosystem CI: Open
|
Seems it still has some problems. |
the simplest solution of this issue is add |
closed #12009
Description
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).