Commit Graph

3243 Commits

Author SHA1 Message Date
julien huang
38d08540b2 fix: preserveEntrySignatures 2023-08-29 22:16:53 +02:00
julien huang
ee279635ba fix: remove lib config 2023-08-29 21:08:03 +02:00
julien huang
d553fd0e76 chore: lint 2023-08-28 23:27:32 +02:00
julien huang
b3fd481393 feat: use entry instead of manualChunk 2023-08-28 23:25:47 +02:00
julien huang
fafe09d809 fix: fix client-side nav client component loading (better refactor this) 2023-08-27 23:25:33 +02:00
julien huang
ecb66ae399 fix: fix teleport issue on non hydration lazy mount 2023-08-26 14:50:25 +02:00
julien huang
85bc7d52c6 fix: only manually chunk client components 2023-08-19 22:56:47 +02:00
julien huang
be6a1b4a4d fix: write empty paths in webpack 2023-08-19 14:21:50 +02:00
julien huang
5b767673c6 fix: fix behavior in lazy 2023-08-19 13:49:56 +02:00
julien huang
08079eccef test: test transform island with dev mode 2023-08-19 12:14:34 +02:00
julien huang
26dff83a84 test: unit test for islandsTransform 2023-08-19 12:06:32 +02:00
julien huang
ba917cb2cf fix: send rootDir only in dev 2023-08-19 11:10:31 +02:00
julien huang
79fc8a19da fix: make it only vite compatible for now 2023-08-18 21:55:29 +02:00
julien huang
b3087140ac fix: fix payload and use reviver to partially retrieve data 2023-08-18 20:51:00 +02:00
julien huang
606a55f806 feat: remove nuxt-client from component tag 2023-08-16 20:18:22 +02:00
julien huang
a3f76bfcb6 feat: introduce dangerouslyLoadCLientComponent 2023-08-15 17:23:17 +02:00
julien huang
15782f7a71 refactor: use import.meta instead of process.env 2023-08-15 13:33:07 +02:00
julien huang
aceb4ae29a chore: lint and types 2023-08-14 23:19:35 +02:00
julien huang
e5ddf98fc0 fix: hydration 2023-08-14 18:23:08 +02:00
julien huang
cbd94c373e feat: WORTKING IN BUIKLD 2023-08-14 16:54:51 +02:00
julien huang
38ba957027 fix: fix node issue on hydration only 2023-08-13 19:42:03 +02:00
julien huang
98527fd910 feat: working in build with client-side navigation 2023-08-13 17:46:21 +02:00
julien huang
6f85659be3 feat: working in dev 2023-08-11 21:21:29 +02:00
julien huang
00da0217ac chore: add todo and go to sleep 2023-08-11 00:39:25 +02:00
julien huang
202fe052f0 feat(nuxt): working only with navigation (missing payload on app initialization) 2023-08-11 00:38:05 +02:00
julien huang
2331d38e24 Merge branch 'feat/granular-client' of https://github.com/huang-julien/nuxt into feat/granular-client 2023-08-10 22:28:57 +02:00
julien huang
c5d930b2aa WIP 2023-08-10 21:08:03 +02:00
Daniel Roe
99375d688c
fix(nuxt): provide fallback route (#22580) 2023-08-10 13:36:38 +01:00
Daniel Roe
758ae76709
fix(vite): include import.meta build vars in define as well (#22576) 2023-08-10 09:51:58 +01:00
Daniel Roe
b2cea4927e
feat(nuxt): allow experimental global: 'sync' components (#22558) 2023-08-09 12:19:00 +01:00
renovate[bot]
396e538aad
chore(deps): update dependency esbuild-loader to v4 (main) (#22557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-09 11:04:47 +01:00
Alexander Lichter
ce9aecca4a
chore(kit): remove unused internals (#22555) 2023-08-09 08:39:00 +01:00
Damian Głowala
cdcfb1bd82
fix(schema): ignore empty string in app.{rootId|rootTag} (#22543) 2023-08-09 08:29:08 +01:00
renovate[bot]
2562c0dbd9
chore(deps): update all non-major dependencies (main) (#22537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-08-08 22:31:55 +01:00
Damian Głowala
5244555880
chore(schema): enable linting (#22546) 2023-08-08 21:55:29 +01:00
renovate[bot]
c5437e648a
chore(deps): update all non-major dependencies (main) (#22520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-08-08 13:37:21 +01:00
Lehoczky Zoltán
e373fa7d68
feat(nuxt): warn on external webpack/nitro/postcss config (#22521) 2023-08-08 12:33:10 +01:00
Daniel Roe
37ba586300 fix(vite): disable assignement in replace plugin 2023-08-08 07:07:46 +01:00
Daniel Roe
4552d39c4d fix(vite): add hookable to externals list 2023-08-08 07:07:46 +01:00
pooya parsa
554f868bce
feat(nuxt): experimental native async context support (#20918)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-08-08 00:57:35 +02:00
Daniel Roe
9c5b9b7d53
fix(nuxt): enable hmr of app.config.ts files (#22494) 2023-08-07 22:23:31 +00:00
Daniel Roe
c2db29c28c
fix(schema): webpack options should be optional (#22524) 2023-08-07 23:06:07 +01:00
Daniel Roe
b5c9a81d68
feat(nuxt): resolve unresolved paths within node_modules (#22478) 2023-08-07 23:05:29 +01:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
Daniel Roe
305d6de030
feat(nuxt): use build plugin to access nuxt route injection (#21585) 2023-08-07 14:19:48 +01:00
Daniel Roe
f4ee12e6ba
fix(nuxt): resolve type import paths (#22476) 2023-08-07 14:19:32 +01:00
Daniel Roe
ae8314b236
chore: refresh lockfile (#22518) 2023-08-07 14:03:41 +01:00
renovate[bot]
29157199c3
chore(deps): update all non-major dependencies (main) (#22483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-08-07 13:27:25 +01:00
Daniel Roe
8eefb65489 chore: remove unused import 2023-08-05 14:27:06 +01:00
Daniel Roe
48f0eade12
fix(nuxi): display log when restarting nuxt (#22500) 2023-08-05 09:43:51 +01:00