Commit Graph

442 Commits

Author SHA1 Message Date
Daniel Roe
9bd71e498a
fix(vite): add back invalidateModule call
this reverts commit b765251ce8
2025-01-21 13:49:22 +00:00
Daniel Roe
d2a95c542f
fix(vite): drop unneeded call to invalidate module 2025-01-21 12:08:22 +00:00
Daniel Roe
7cfc338ed7
refactor(vite): drop externality and use vite internal config (#30634) 2025-01-21 12:08:15 +00:00
Daniel Roe
b8742662ad
fix(kit,nuxt,schema,vite): improve watching behaviour (#30620) 2025-01-16 23:59:55 +00:00
Daniel Roe
306cabc7b9
fix(vite): override previous #app-manifest alias (#30618) 2025-01-16 23:59:54 +00:00
Daniel Roe
f658ba60d5
fix(vite): provide fallback alias for #app-manifest (#30587) 2025-01-14 17:44:53 +00:00
Daniel Roe
8a0350d5c2
fix(nuxt): allow url-specific chars in vfs (#30584) 2025-01-14 14:08:07 +00:00
Daniel Roe
f5df827a90
perf(vite): use vite to clear screen (#30315) 2024-12-20 11:16:42 +00:00
Daniel Roe
ec613e5334
fix(vite): ignore optimising #app-manifest 2024-12-19 13:56:17 +00:00
renovate[bot]
e8ceaa20c9
chore(deps): update all non-major dependencies (3.x) (#30133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-10 23:35:16 +00:00
Harlan Wilton
37fa91e973
perf(nuxt): preload app manifest (#30017) 2024-12-06 21:13:13 +00:00
Daniel Roe
016900ffdb
fix(nuxt,vite): hmr for templates, pages + page metadata (#30113) 2024-12-03 09:57:57 +00:00
Daniel Roe
92b5a3d931
fix: remove unused dependencies and tidy project (#30043) 2024-11-27 17:07:07 +00:00
Julien Huang
57badbe496
refactor: move composable-keys plugin into nuxt core (#30029) 2024-11-26 13:33:55 +00:00
Daniel Roe
6cd3352dec
fix(vite): use resolved nuxt template dst to invalidate modules 2024-11-17 22:25:41 -05:00
Daniel Roe
686be8168b
fix(vite): update signature for createIsExternal 2024-11-02 23:20:04 +00:00
Estéban
18d547d5a5
feat(schema,nuxt): add shared/ folder and #shared alias (#28682) 2024-11-02 23:13:59 +00:00
Michael Brevard
9e23aceb6a
perf(kit,nuxt,vite,webpack): hoist regex patterns (#29620) 2024-10-22 15:38:26 +01:00
Michael Brevard
da809b0a5b
perf(vite): avoid redundant postcss plugins overwrite (#29619) 2024-10-22 15:38:04 +01:00
Alexander
50dcf5f64e
fix(vite): dim repeat count in logs (#29392) 2024-10-11 23:39:30 +01:00
Daniel Roe
0f210e3170
refactor(nuxt,schema,vite,webpack): use unplugin for vfs (#29165) 2024-10-09 15:04:58 +02:00
Pooya Parsa
48f9617b8b
chore(deps): update jiti (#29281) 2024-10-05 19:42:01 +01:00
renovate[bot]
31a91c4322
chore(deps): update all non-major dependencies (3.x) (#29238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-10-03 18:04:45 +01:00
Daniel Roe
5bd42c893e
fix(kit,vite,webpack): strip node_modules/ from parent urls 2024-09-21 22:04:59 +01:00
renovate[bot]
c1be4f5393
chore(deps): update all non-major dependencies (3.x) (#29097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-09-21 13:19:39 +01:00
Daniel Roe
9d77fdc802
fix(kit,vite,webpack): resolve postcss paths from each modules dir (#29096) 2024-09-20 18:39:17 +01:00
Daniel Roe
c5a8eaae36
feat(kit,nuxt,vite,webpack): reimplement cjs utils using jiti (#29073) 2024-09-19 16:35:02 +01:00
Indrek Ardel
111a3c25a3
fix(vite): don't force protocol if disabled devServer.https (#29049) 2024-09-19 13:26:26 +01:00
Daniel Roe
6a39c657f5
chore: add more checks around indexed access (#29060) 2024-09-19 13:26:25 +01:00
Daniel Roe
4fd24381c2
fix(nuxt): use case-insensitive regexp for <script> blocks 2024-09-11 11:48:59 +01:00
Daniel Roe
1b53df5bfb
refactor(nuxt): use vite:preloadError event (#28862) 2024-09-11 11:48:58 +01:00
Daniel Roe
3f508d521f
chore(vite): use correct type import 2024-09-09 10:31:35 +01:00
Daniel Roe
02c08b03aa
fix(nuxt): improve accuracy of module resolution conditions (#28846) 2024-09-09 10:28:50 +01:00
Daniel Roe
7c359a3cab
docs: update broken/redirected links (#28739) 2024-08-28 22:20:10 +01:00
Daniel Roe
9397def672
feat(vite): preserve vite sourcemaps for nitro build (#28521) 2024-08-13 20:44:00 +01:00
Daniel Roe
5bf971f4ef
fix(vite): include module symbols in generated code (#28509) 2024-08-13 20:43:59 +01:00
Julien Huang
68ccc9f264
fix(vite): add transformation result to log for parse errors (#28508) 2024-08-13 20:43:59 +01:00
Daniel Roe
f6e56fd3b2
fix(vite): respect baseURL for public assets in dev (#28482) 2024-08-13 20:43:58 +01:00
Daniel Roe
44e3d4e87f
fix(vite,webpack): handle local postcss plugins (#28481) 2024-08-09 13:10:48 +01:00
renovate[bot]
17ff2d5c98
chore(deps): update all non-major dependencies (3.x) (#28302)
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
Daniel Roe
fceb74906d
perf(kit,nuxt,schema,vite,webpack): use explicit exports (#27998) 2024-07-05 10:52:12 +01:00
izzy goldman
4391381c61
refactor(schema,vite,webpack): rework postcss module loading (#27946)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-07-02 20:51:13 +01:00
Daniel Roe
20dc6e5030
perf(vite): avoid extra resolve call for resolveId in layers (#27971) 2024-07-02 20:51:12 +01:00
Daniel Roe
90900c6c8a
perf(vite): start warmups after nitro build (#27963) 2024-07-02 20:51:11 +01:00
Daniel Roe
f9fa1a3e99
fix(vite): fix type issue with legacy dev bundler 2024-07-01 23:33:52 +01:00
Daniel Roe
0cd98e1164
fix(vite): omit css ?raw from head when in dev mode (#27940) 2024-07-01 23:03:55 +01:00
Daniel Roe
fd46d670f2
chore: improve type safety with indexed access (#27626) 2024-06-28 14:14:46 +02:00
Daniel Roe
e3448fa0da
chore(vite): restore utils required for dev-bundler 2024-06-24 23:50:37 +02:00
Daniel Roe
bcb6ace718
perf(nuxt,vite): use native fs utils rather than fs-extra (#27787) 2024-06-24 23:44:32 +02:00
Daniel Roe
2de885bab5
fix(nuxt): reduce usage of cjs utilities (#27642) 2024-06-16 00:03:24 +01:00