Daniel Roe
|
80abca9d2a
|
fix(nuxt): ensure component helper methods do not create side-effects (#6789)
|
2022-08-22 10:50:11 +02:00 |
|
Julien Huang
|
a3a8706e43
|
fix(nuxt): include tag attrs for non self-closing tags in tree-shake regex (#6675)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-08-16 15:22:10 +02:00 |
|
Daniel Roe
|
8a28c430b0
|
fix(nuxt): add #components alias to tsconfig (#6634)
|
2022-08-15 15:10:08 +02:00 |
|
Daniel Roe
|
2ec2d9b484
|
fix(nuxt): remove stray commas in component templates (#6580)
|
2022-08-12 21:59:08 +02:00 |
|
Daniel Roe
|
70b024fbaa
|
fix(vite, nuxt): resolve relative to srcDir rather than rootDir (#6546)
|
2022-08-12 11:11:09 +02:00 |
|
Gregor Becker
|
0b22079409
|
fix(nuxt): ensure component dirs in node_modules have lower scanning priority (#6382)
|
2022-08-09 11:13:54 +02:00 |
|
Daniel Roe
|
4e2667fcb7
|
feat(nuxt): add support for components/global (#6070)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-07-27 15:05:34 +02:00 |
|
Daniel Roe
|
6c125bc941
|
fix(nuxt): don't ignore components dirs with same prefix (#6116)
|
2022-07-25 12:13:54 +02:00 |
|
Anthony Fu
|
416f98b6b4
|
fix(nuxt): auto import for components with external template (#6053)
|
2022-07-22 10:28:16 +02:00 |
|
Anthony Fu
|
b4b98041f0
|
fix(kit, nuxt): always sort globby results (#6029)
|
2022-07-21 12:46:50 +02:00 |
|
Daniel Roe
|
fa8b0f7c79
|
feat(vite)!: upgrade vite to v3 (#5398)
|
2022-07-21 12:44:33 +02:00 |
|
pooya parsa
|
2e85cd0252
|
refactor(nuxt): add treeshakeClientOnly experimental flag (#5934)
* refactor(nuxt): add `treeshakeClientOnly` experimental flag
* test: enable flag for fixture
|
2022-07-17 15:13:04 +02:00 |
|
Daniel Roe
|
df04a665ce
|
perf(nuxt): tree-shake client-only components from ssr bundle (#5750)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-07-14 19:46:12 +02:00 |
|
Daniel Roe
|
b5f5f7d5ba
|
perf(nuxt)!: remove legacy app context (#5630)
|
2022-07-06 21:15:00 +02:00 |
|
Daniel Roe
|
0f4fa5643f
|
fix(nuxt): ignore whitespace and commas within resolveComponent (#5428)
|
2022-06-12 23:22:15 +02:00 |
|
Anthony Fu
|
a862a67c80
|
feat(auto-import): custom include option (#4834)
|
2022-05-06 13:11:34 +02:00 |
|
Daniel Roe
|
650d12fa9c
|
feat: allow disabling sourcemap generation (#4509)
|
2022-04-22 17:35:42 +02:00 |
|
Daniel Roe
|
d469c9a6d7
|
fix(nuxt3): don't rely on auto-imports for defineAsyncComponent (#4454)
|
2022-04-20 12:20:49 +02:00 |
|
pooya parsa
|
4712e99411
|
refactor!: rename nuxt3 to nuxt (#4449)
|
2022-04-20 10:52:39 +02:00 |
|