@nuxt/vite-builder-nightly 4.2.3-29426963.691e6887 → 4.2.3-29426977.7b835385
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/dist/index.mjs +5 -0
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1638,6 +1638,11 @@ function SSRStylesPlugin(nuxt) {
|
|
|
1638
1638
|
enforce: "pre",
|
|
1639
1639
|
resolveId: {
|
|
1640
1640
|
order: "pre",
|
|
1641
|
+
filter: {
|
|
1642
|
+
id: {
|
|
1643
|
+
include: [/^#build\/css$/, /\.vue$/, IS_CSS_RE]
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1641
1646
|
async handler(id, importer, _options) {
|
|
1642
1647
|
if (options.shouldInline === false || typeof options.shouldInline === "function" && !options.shouldInline(importer)) {
|
|
1643
1648
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/vite-builder-nightly",
|
|
3
|
-
"version": "4.2.3-
|
|
3
|
+
"version": "4.2.3-29426977.7b835385",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.3-
|
|
24
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.3-29426977.7b835385",
|
|
25
25
|
"nitropack": "2.12.9",
|
|
26
26
|
"rolldown": "1.0.0-beta.53",
|
|
27
27
|
"rollup": "4.53.3",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"vue": "3.5.25"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.3-
|
|
32
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.3-29426977.7b835385",
|
|
33
33
|
"@rollup/plugin-replace": "^6.0.3",
|
|
34
34
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
35
35
|
"@vitejs/plugin-vue-jsx": "^5.1.2",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"vue-bundle-renderer": "^2.2.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"nuxt": "npm:nuxt-nightly@4.2.3-
|
|
64
|
+
"nuxt": "npm:nuxt-nightly@4.2.3-29426977.7b835385",
|
|
65
65
|
"rolldown": "^1.0.0-beta.38",
|
|
66
66
|
"vue": "^3.3.4"
|
|
67
67
|
},
|