@nuxt/webpack-builder-nightly 4.0.2-29218595.e832d743 → 4.0.2-29220245.c4317e05
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ It provides a number of features that make it easy to build fast, SEO-friendly,
|
|
|
44
44
|
Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies:
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
npm create nuxt <my-project>
|
|
47
|
+
npm create nuxt@latest <my-project>
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
> [!TIP]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder-nightly",
|
|
3
|
-
"version": "4.0.2-
|
|
3
|
+
"version": "4.0.2-29220245.c4317e05",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
|
30
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.0.2-
|
|
30
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.0.2-29220245.c4317e05",
|
|
31
31
|
"autoprefixer": "^10.4.21",
|
|
32
32
|
"css-loader": "^7.1.2",
|
|
33
33
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"webpackbar": "^7.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.0.2-
|
|
71
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.0.2-29220245.c4317e05",
|
|
72
72
|
"@rspack/core": "1.4.8",
|
|
73
73
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
74
74
|
"@types/webpack-hot-middleware": "2.25.9",
|