Nuxt/test/fixtures/basic/plugins
2023-08-07 23:03:40 +01:00
..
add-route.ts fix(nuxt): only redirect if path is not the same as initial url (#21815) 2023-06-27 11:15:35 +01:00
async-plugin.ts
chunk-error.ts
context-error.ts fix(nuxt): prioritise vue app context when available (#20910) 2023-05-17 13:26:16 +01:00
cookie.ts fix(nuxt): ensure useError is called with nuxt app context (#20585) 2023-05-01 23:55:24 +01:00
custom-type-assertion.client.ts test: add js payload test suite (#20217) 2023-04-11 15:57:12 -07:00
custom-type-registration.ts feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
invalid-plugin-1.ts perf(nuxt): extract and apply plugin order at build time (#21611) 2023-06-20 00:00:03 +01:00
invalid-plugin-2.ts perf(nuxt): extract and apply plugin order at build time (#21611) 2023-06-20 00:00:03 +01:00
my-plugin.ts
prerender.server.ts
register.ts
server-only.server.ts feat(nuxt): environment-specific plugin execution for islands (#20726) 2023-07-30 22:36:11 +01:00
style.ts fix(nuxt): prevent treeshaking hooks with composable names (#20745) 2023-05-09 17:47:46 +01:00
test.d.ts
this-should-not-load.spec.js