mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
242f550eb4
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com> Co-authored-by: Dario Piotrowicz <dario.piotrowicz@gmail.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com> Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com> Co-authored-by: Anthony Fu <github@antfu.me> Co-authored-by: Dominik G <dominik.goepel@gmx.de> Co-authored-by: Igor Minar <i@igor.dev> Co-authored-by: Viktor Lázár <lazarv1982@gmail.com> Co-authored-by: Joaquín Sánchez <userquin@gmail.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
596 B
596 B
SSR using ModuleRunner
API
::: tip Feedback Give us feedback at Environment API feedback discussion :::
server.ssrLoadModule
has been replaced by Module Runner.
Affect scope: Vite Plugin Authors
::: warning Future Deprecation
ModuleRunner
was first introduce in v6.0
. The deprecation of server.ssrLoadModule
is planned for a future major. To identify your usage, set future.removeSrLoadModule
to "warn"
in your vite config.
:::
Motivation
// TODO:
Migration Guide
// TODO: