@nuxt/docs-nightly 4.2.0-29350737.ca3347b3 → 4.2.0-29354591.74ca73ca
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.
|
@@ -221,19 +221,23 @@ You can run all the codemods mentioned in this guide using the following `codemo
|
|
|
221
221
|
::code-group
|
|
222
222
|
|
|
223
223
|
```bash [npm]
|
|
224
|
-
|
|
224
|
+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
|
|
225
|
+
npx codemod@0.18.7 nuxt/4/migration-recipe
|
|
225
226
|
```
|
|
226
227
|
|
|
227
228
|
```bash [yarn]
|
|
228
|
-
|
|
229
|
+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
|
|
230
|
+
yarn dlx codemod@0.18.7 nuxt/4/migration-recipe
|
|
229
231
|
```
|
|
230
232
|
|
|
231
233
|
```bash [pnpm]
|
|
232
|
-
|
|
234
|
+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
|
|
235
|
+
pnpm dlx codemod@0.18.7 nuxt/4/migration-recipe
|
|
233
236
|
```
|
|
234
237
|
|
|
235
238
|
```bash [bun]
|
|
236
|
-
|
|
239
|
+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
|
|
240
|
+
bun x codemod@0.18.7 nuxt/4/migration-recipe
|
|
237
241
|
```
|
|
238
242
|
|
|
239
243
|
::
|
package/3.api/6.nuxt-config.md
CHANGED
|
@@ -719,7 +719,8 @@ Configure shared esbuild options used within Nuxt and passed to other builders,
|
|
|
719
719
|
|
|
720
720
|
## experimental
|
|
721
721
|
|
|
722
|
-
::read-more{to="/docs/4.x/guide/going-further/experimental-features"}
|
|
722
|
+
::read-more{to="/docs/4.x/guide/going-further/experimental-features"}
|
|
723
|
+
Learn more about Nuxt's experimental features.
|
|
723
724
|
::
|
|
724
725
|
|
|
725
726
|
## extends
|
|
@@ -752,12 +753,14 @@ The extensions that should be resolved by the Nuxt resolver.
|
|
|
752
753
|
|
|
753
754
|
## features
|
|
754
755
|
|
|
755
|
-
::read-more{to="/docs/4.x/guide/going-further/features#features"}
|
|
756
|
+
::read-more{to="/docs/4.x/guide/going-further/features#features"}
|
|
757
|
+
Learn more about Nuxt's opt-in features.
|
|
756
758
|
::
|
|
757
759
|
|
|
758
760
|
## future
|
|
759
761
|
|
|
760
|
-
::read-more{to="/docs/4.x/guide/going-further/features#features"}
|
|
762
|
+
::read-more{to="/docs/4.x/guide/going-further/features#features"}
|
|
763
|
+
Learn more about opting-in to new features that will become default in a future (possibly major) version of the framework.
|
|
761
764
|
::
|
|
762
765
|
|
|
763
766
|
## hooks
|