diff --git a/docs/guide/build.md b/docs/guide/build.md index 5aab94565c1bce..149741df08c753 100644 --- a/docs/guide/build.md +++ b/docs/guide/build.md @@ -196,7 +196,7 @@ In library mode, all `import.meta.env.*` usage are statically replaced when buil ## Advanced Base Options ::: warning -This feature is experimental, the API may change in a future minor without following semver. Please fix the minor version of Vite when using it. +This feature is experimental, the API may change in a future minor without following semver. Please always pin Vite's version to a minor when using it. ::: For advanced use cases, the deployed assets and public files may be in different paths, for example to use different cache strategies.