mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
chore(deps): bump
This commit is contained in:
15
patches/nuxt-component-meta@0.5.3.patch
Normal file
15
patches/nuxt-component-meta@0.5.3.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/dist/module.mjs b/dist/module.mjs
|
||||
index 286319046560f8ead5a26f811e7643fe990f9ee6..14be2f9551c24cd1e5c35dadaad9f83009f4c5a0 100644
|
||||
--- a/dist/module.mjs
|
||||
+++ b/dist/module.mjs
|
||||
@@ -142,10 +142,6 @@ const module = defineNuxtModule({
|
||||
references.push({
|
||||
path: join(nuxt.options.buildDir, "component-meta.d.ts")
|
||||
});
|
||||
- tsConfig.compilerOptions = tsConfig.compilerOptions || {};
|
||||
- tsConfig.compilerOptions.paths = tsConfig.compilerOptions.paths || {};
|
||||
- tsConfig.compilerOptions.paths["#nuxt-component-meta"] = [withoutLeadingSlash(join(nuxt.options.buildDir, "/component-meta.mjs").replace(nuxt.options.rootDir, ""))];
|
||||
- tsConfig.compilerOptions.paths["#nuxt-component-meta/types"] = [withoutLeadingSlash(join(nuxt.options.buildDir, "/component-meta.d.ts").replace(nuxt.options.rootDir, ""))];
|
||||
});
|
||||
nuxt.hook("nitro:config", (nitroConfig) => {
|
||||
nitroConfig.handlers = nitroConfig.handlers || [];
|
||||
Reference in New Issue
Block a user