-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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): support mpa fallback #10985
Conversation
the docs would need to be updated: https://vitejs.dev/config/shared-options.html#apptype |
@brillout you might be interested in taking a look at this PR |
What’s the difference between returning undefined and returning request.url? |
Undefined will crash the server instead of calling |
@benmccann would you do another PR modifying the docs if you see something to improve there? I don't see references to the fallback right now there that should be updated. |
👍 I don't see any objections then. |
* fix(config): exclude config.assetsInclude empty array (#10941) fixes #10926 * feat(css): upgrade postcss-modules (#10987) * fix(mpa): support mpa fallback (#10985) fixes #10966 * fix: export preprocessCSS in CJS (#11067) * chore: update license Co-authored-by: sun0day <[email protected]> Co-authored-by: Jason Quense <[email protected]> Co-authored-by: sun0day <[email protected]>
Description
fixes #10966
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).