Patch Changes
- ✨ Experimental feature -
noSPA
. (by @wmertens in #6937)
This disables history patching, slightly reducing code size and startup time. Use this when your application is MPA only, meaning you don't use the Link component. To enable this, add it to theexperimental
array of theqwikVite
plugin (not theqwikCity
plugin).