mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
VitePress externalizes node_modules during SSR, causing Node.js to try loading .vue source files directly and throw ERR_UNKNOWN_FILE_EXTENSION. Setting ssr.noExternal ensures Vite processes vp-dynamic-nav through its transform pipeline instead. vp-dynamic-nav 0.0.3 exports a vpDynamicNavPlugin() helper from the ./plugin subpath for consumers who prefer the programmatic approach. Signed-off-by: Hamish Willee <hamishwillee@gmail.com>