1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 07:03:55 +00:00
Nuxt/test/fixtures/basic/plugins
renovate[bot] 17ff2d5c98
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-06 15:16:20 +01:00
..
10.layer-ordering.ts fix(nuxt): load layer plugins before project plugins () 2023-09-04 23:41:51 +01:00
add-nuxt-link-alias.ts feat(nuxt): expose useLink from NuxtLink () 2024-04-19 12:48:49 +03:00
add-route.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
async-plugin.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
chunk-error.ts refactor(kit,nuxt,schema): use consola and improve test dx () 2023-09-19 22:26:15 +01:00
context-error.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
cookie.ts fix(nuxt): ensure useError is called with nuxt app context () 2023-05-01 23:55:24 +01:00
custom-type-assertion.client.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
custom-type-registration.ts feat(vite,webpack): tree-shakable import.meta.* build flags () 2023-08-07 23:03:40 +01:00
dependsOnPlugin.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
error.server.ts fix(nuxt): avoid recursive ssr errors () 2023-11-22 09:58:29 +00:00
invalid-plugin-1.ts perf(nuxt): extract and apply plugin order at build time () 2023-06-20 00:00:03 +01:00
invalid-plugin-2.ts perf(nuxt): extract and apply plugin order at build time () 2023-06-20 00:00:03 +01:00
my-plugin.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
prerender.server.ts fix(nuxt): restore prerenderedAt behaviour pending next patch 2023-10-19 15:24:38 +01:00
register.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
server-only.server.ts chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
style.ts fix(nuxt): prevent treeshaking hooks with composable names () 2023-05-09 17:47:46 +01:00
test.d.ts chore(deps): update all non-major dependencies (3.x) () 2024-08-06 15:16:20 +01:00
this-should-not-load.spec.js