@nuxt/docs-nightly 4.5.0-29706616.8737f9a1 → 4.5.0-29706750.76700a01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -980,7 +980,7 @@ This injects an import map at the top of your `<head>` tag:
|
|
|
980
980
|
Within the script chunks emitted by Vite, imports will be from `#entry`. This means that changes to the entry will not invalidate chunks which are otherwise unchanged.
|
|
981
981
|
|
|
982
982
|
::note
|
|
983
|
-
Nuxt smartly disables this feature if you have configured `vite.build.target` to include a browser that doesn't support import maps, or if you have configured `vite.build.
|
|
983
|
+
Nuxt smartly disables this feature if you have configured `vite.build.target` to include a browser that doesn't support import maps, or if you have configured `vite.build.rolldownOptions.output.entryFileNames` to a value that does not include `[hash]`.
|
|
984
984
|
::
|
|
985
985
|
|
|
986
986
|
If you need to disable this feature you can do so:
|