Skip to content
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(mpa): properly emit assets in mpa mode #3115

Merged
merged 1 commit into from Oct 21, 2023
Merged

fix(mpa): properly emit assets in mpa mode #3115

merged 1 commit into from Oct 21, 2023

Conversation

brc-dd
Copy link
Member

@brc-dd brc-dd commented Oct 21, 2023

closes #1401

looks like I was wrong at #848 (comment), it indeed was caused by some changes between vite 1/2 and vite 3.

x-ref: vitejs/vite#11430

build.ssrEmitAssets is still experimental - vitejs/vite#13808 - but so is our 0 JS support. So, I'm fine even if ssrEmitAssets gets dropped. Will probably need to switch to some custom implementation then.

@brc-dd brc-dd merged commit 6cf1de5 into main Oct 21, 2023
7 checks passed
@brc-dd brc-dd deleted the mpa-assets branch October 21, 2023 11:50
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Theme assets missing in MPA mode
1 participant