chore(deps): update dependency nuxt to ^3.13.1 (#2946)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
344ec56da0
commit
dd6fab86ee
13 changed files with 1489 additions and 1837 deletions
12
patches/nuxt.patch
Normal file
12
patches/nuxt.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/dist/index.mjs b/dist/index.mjs
|
||||
index a5c61adc0c21b5df5b1a3ffcf81d2469c7f96873..9241cf294b398b43a4a5555f39746a6c844d0b0f 100644
|
||||
--- a/dist/index.mjs
|
||||
+++ b/dist/index.mjs
|
||||
@@ -2183,6 +2183,7 @@ function createTransformPlugin(nuxt, getComponents, mode) {
|
||||
}
|
||||
return createUnplugin(() => ({
|
||||
name: "nuxt:components:imports",
|
||||
+ enforce: "post",
|
||||
transformInclude(id) {
|
||||
id = normalize(id);
|
||||
return id.startsWith("virtual:") || id.startsWith("\0virtual:") || id.startsWith(nuxt.options.buildDir) || !isIgnored(id);
|
Loading…
Add table
Add a link
Reference in a new issue