1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 10:14:23 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
Jakub Szafrański
b8bb1aacd5
fix(vite): don't get available port when hmr.server is set () 2024-05-28 13:48:33 +01:00
Anthony Fu
d1ac12c98c
perf(vite): exclude common ESM deps from pre-bundling () 2024-05-27 14:26:03 +01:00
Anthony Fu
f209158352
chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
Daniel Roe
8c3159f4ba
fix(nuxt): pass joinRelativeURL + share paths on server () 2024-03-21 11:57:11 +00:00
Daniel Roe
b9168d0b0b
fix(vite): drop name prefix for client chunk file names () 2024-03-15 11:31:13 -07:00
Daniel Roe
7252b56d52 chore: add back stylistic rules and lint project 2024-03-09 06:48:15 +00:00
Daniel Roe
648ef06993
fix(vite): pass hidden sourcemap values to vite () 2024-01-19 18:08:17 +00:00
Pooya Parsa
dab2188d58
feat: experimental client-side Node.js compatibility () 2024-01-18 16:09:27 +00:00
Daniel Roe
1e393ad696
fix(vite,webpack): don't add type checker/analyzer when testing () 2023-12-05 17:09:46 +00:00
Mehdi Lahlou
38b6d88cfa
fix(vite): normalise entry id for typeCheck plugin () 2023-11-03 22:35:13 +00:00
Daniel Roe
27791f4c33
perf(nuxt): remove pure annotations plugin () 2023-10-30 22:04:45 +01:00
Daniel Roe
4b2608c74d
fix(vite): use h3 cors handler for vite routes only () 2023-10-29 02:14:39 +09:00
Daniel Roe
cd76c617fa
fix(nuxt,schema,vite,webpack): analyze w/o overriding config () 2023-10-23 20:19:16 +09:00
Daniel Roe
51d90014cf
fix(vite): explicitly set vite manifest path () 2023-09-18 13:09:59 +01:00
Daniel Roe
23723305da
feat(schema): support setting hidden sourcemaps () 2023-08-24 13:06:44 +01:00
Daniel Roe
29f4eeff69
feat(nuxt): add support for routeRules defined within pages () 2023-08-23 21:38:17 +01:00
pooya parsa
a2f2a4748e
feat(nuxt): upgrade nitro + reduce node-specific usage ()
Co-authored-by: Heb <xsh4k3@gmail.com>
2023-08-23 08:30:53 +01:00
Daniel Roe
758ae76709
fix(vite): include import.meta build vars in define as well () 2023-08-10 09:51:58 +01:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags () 2023-08-07 23:03:40 +01:00
Daniel Roe
e2a6ad353d
feat(schema,vite): allow $client and $server vite env overrides () 2023-07-24 18:32:12 +01:00
Daniel Roe
958562086f
fix(vite): remove @vue/ scoped libraries from resolutions () 2023-07-04 08:27:34 +01:00
Daniel Roe
e023c06353
fix(nuxt, vite): do not use cjs utils to resolve/alias vue () 2023-06-28 14:49:50 +01:00
Nozomu Ikuta
48c2b458a1
fix(vite): ignore and warn if vite config file exists () 2023-06-16 15:19:53 +01:00
Daniel Roe
05b577e550
fix(nuxt): support usage of std-env in runtime code () 2023-06-05 19:23:38 +01:00
Alexander
6163c5e32a
fix(nuxt): display errors in client overlay with typeCheck () 2023-06-05 15:58:18 +01:00
Daniel Roe
ebbda2cbe4
fix(vite): dedupe/optimize more vue core deps () 2023-05-14 12:56:15 +01:00
Anthony Fu
17ca50354b
feat(vite): introduce vite:configResolved hook () 2023-04-29 23:37:06 +01:00
Daniel Roe
b602b66a8e
fix(vite): set different cache dirs for client/server () 2023-04-14 13:25:33 +01:00
Daniel Roe
9878c5b6e4
style: enable sort-imports eslint rule () 2023-04-07 09:02:47 -07:00
Daniel Roe
fe04bf0f7b
refactor(vite): use rollup types re-exported from vite () 2023-03-31 02:56:10 -07:00
Daniel Roe
ae82d70895
fix(vite): allow extending vue config per-environment () 2023-03-29 03:59:57 -07:00
Daniel Roe
4430c664e8
fix(vite): support multiple rollup entries () 2023-03-21 14:35:51 -07:00
Anthony Fu
624314600d
feat(vite): use custom logger to show vite logs () 2023-03-08 03:56:41 -08:00
Daniel Roe
c2ab76d68e
perf(vite): mark more core functions as side-effect free () 2023-03-07 14:51:08 -08:00
Daniel Roe
1e8b27f36c
perf(nuxt): don't include side-effects from #components () 2023-02-16 07:00:40 -08:00
Nick Williams
9dc5413cbd
fix(vite): respect isCustomElement config for jsx transform () 2023-02-16 04:45:08 -08:00
Daniel Roe
96b09ea982
feat(nuxt): add experimental app:chunkError hook and reload strategy () 2023-02-16 04:43:58 -08:00
Daniel Roe
b864fa04a7
fix(vite): ensure __publicAssetsURL set before loading assets () 2023-01-31 06:04:55 -08:00
Daniel Roe
5037dd6876
fix: use named export from defu in all places () 2023-01-30 04:09:48 -08:00
Daniel Roe
022c95269e
fix(vite): enable css sourcemaps in dev based on sourcemap () 2023-01-23 11:08:48 +00:00
Daniel Roe
0236a799f2
fix(vite): don't skip loading styles in hydration phase () 2023-01-21 23:15:48 +00:00
Anthony Fu
1e8da22893
fix(vite): add additional before skipping vite transform () 2023-01-16 16:04:16 +00:00
Anthony Fu
faf260757c
feat(vite): display production build stats () 2022-12-19 12:57:08 +01:00
Anthony Fu
30c4a599d2
refactor(vite): show log when client build is starting () 2022-12-16 11:47:12 +00:00
Daniel Roe
6d0c49101f
style: split out type imports 2022-12-12 12:28:49 +00:00
Daniel Roe
050c6dfd8a
fix(vite): skip _only_ vite transform middleware () 2022-12-12 12:45:16 +01:00
Daniel Roe
52421a9354
fix(nuxt): defer render-blocking prefetches until after load () 2022-12-02 16:13:35 +00:00
pooya parsa
b49f2a8147
refactor: update unjs dependencies to stable v1 () 2022-11-15 15:33:43 +01:00
Anthony Fu
b719f1bb21
fix(vite): handle all vite middleware routes () 2022-11-02 10:05:17 +01:00
pooya parsa
265db50515
refactor(nuxt)!: cleanup schema and split nuxt 2 types () 2022-10-27 12:36:37 +02:00