1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-26 10:57:32 +00:00
Commit Graph

383 Commits

Author SHA1 Message Date
Daniel Roe
af2e2da27c
fix(vite): inline styles for vue components with lang="ts" () 2024-04-24 11:43:06 +01:00
Luke Nelson
306174c4d8
docs: add @since annotations to exported functions () 2024-04-19 17:58:19 +03:00
Anthony Fu
f209158352
chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
Daniel Roe
9bb8976470
fix(schema): update webpack transformAssetUrls + pass hoistStatic to vite plugin () 2024-04-03 10:16:15 +01:00
Daniel Roe
8c3159f4ba
fix(nuxt): pass joinRelativeURL + share paths on server () 2024-03-21 11:57:11 +00:00
Daniel Roe
dfe31aa143
fix(vite): use ssr result if it exists () 2024-03-18 21:17:08 +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
9d08cdfd1f
fix(vite): explicitly import publicAssetsURL 2024-03-15 11:00:18 -07:00
Daniel Roe
b102d04185
feat(vite): handle multiple/custom public dirs () 2024-03-13 17:18:44 -07:00
Daniel Roe
7252b56d52 chore: add back stylistic rules and lint project 2024-03-09 06:48:15 +00:00
Michael Brevard
ff1bb56e3f
perf: early return chained functions with falsy values () 2024-02-26 16:08:45 +00:00
Daniel Roe
f0a7ccd588
fix(vite): optimise layer dependencies with vite () 2024-02-13 09:54:13 +00:00
Daniel Roe
3ac8b18cb6
fix(vite): strip query strings for style chunk filenames () 2024-02-13 09:53:46 +00:00
renovate[bot]
eb1593ceba
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-02-09 22:59:41 +00:00
Aman Desai
ae83df8c43
fix(vite): treat .pcss extension as a CSS extension () 2024-02-07 10:00:30 +00:00
Michael Brevard
860cfe16b3
perf(vite): avoid endsWith when checking for whitespace () 2024-01-29 11:11:06 +00:00
Daniel Roe
c446602529
fix(vite): extract styles for shared chunks () 2024-01-28 21:25:42 +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
Michael Brevard
3b94883414
perf(nuxt): iterate rather than using Object.fromEntries () 2024-01-09 09:56:40 +00:00
Daniel Roe
32d2c99c5f
refactor(schema): introduce future and features namespace () 2023-12-25 14:03:29 +00:00
Damian Głowala
a2ef3091e8
feat(kit,nuxt,vite,webpack): add toArray util () 2023-12-23 14:22:58 +00:00
Michael Brevard
59cac484d9
perf(vite): avoid duplicate JSON.stringify operation () 2023-12-21 09:26:59 +00:00
Daniel Roe
2c1012326e
chore: pin rollup to v4 () 2023-12-18 18:45:30 +01:00
Daniel Roe
6c7d430845
refactor(nuxt): remove process.* usage in nuxt vue app () 2023-12-14 13:58:25 +00:00
Daniel Roe
37a5d35a6d
feat(vite): replace browser globals with undefined on server () 2023-12-14 13:17:50 +00:00
Michael Brevard
4e0d2c073f
perf(vite): simplify manifest property acccess () 2023-12-14 11:25:20 +00:00
Michael Brevard
62df8f086d
perf(vite): avoid duplicate resolve operation () 2023-12-14 10:32:22 +00:00
Daniel Roe
1e393ad696
fix(vite,webpack): don't add type checker/analyzer when testing () 2023-12-05 17:09:46 +00:00
Daniel Roe
4b3892117f
fix(vite): use isBuiltin polyfill for greater node support () 2023-11-28 21:53:12 +00:00
Julien Huang
0eb9caf0c2
fix(nuxt): remove experimental reactivityTransform (vue 3.4) () 2023-11-27 23:02:02 +00:00
renovate[bot]
e554f2be68
chore(deps): update dependency vite to v5 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-23 22:19:28 +00:00
Pooya Parsa
63685431d8
chore(deps): upgrade to nitro 2.8 () 2023-11-20 18:10:58 +00:00
Daniel Roe
86693c1005
fix(vite): use rollup replace plugin for typeof optimisations () 2023-11-14 12:22:40 +00:00
Daniel Roe
c1ddb359e3
chore: update to use @nuxt/eslint-config ()
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2023-11-09 18:01:13 +01:00
Dario Ferderber
2832f0114b
fix(vite): provide default values for transformAssetUrls () 2023-11-07 19:40:16 +00:00
Daniel Roe
dfff6f13c4
fix(vite): skip warming up node builtins () 2023-11-07 11:41:24 +00:00
Mehdi Lahlou
38b6d88cfa
fix(vite): normalise entry id for typeCheck plugin () 2023-11-03 22:35:13 +00:00
Daniel Roe
dc04f28cff
fix(vite): include more of warmup within try/catch () 2023-11-02 09:35:32 +00:00
Daniel Roe
27791f4c33
perf(nuxt): remove pure annotations plugin () 2023-10-30 22:04:45 +01:00
Daniel Roe
4f017a5538
fix(vite): don't warm up css deps and normalise urls correctly () 2023-10-30 22:02:41 +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
eb40409f23
feat(kit,nuxt,vite,webpack): support -nightly extension () 2023-10-12 15:17:38 +01:00
renovate[bot]
a5dad0d2e8
chore(deps): update devdependency eslint-plugin-jsdoc to v46 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-11 13:31:22 +01:00
Daniel Roe
876fa7f313
perf(vite): don't print server compressed size after vite build () 2023-09-28 14:13:10 +01:00
Pooya Parsa
2bf9028f7e
refactor(kit,nuxt,schema): use consola and improve test dx () 2023-09-19 22:26:15 +01:00
Daniel Roe
51d90014cf
fix(vite): explicitly set vite manifest path () 2023-09-18 13:09:59 +01:00
翠 / green
3334ca26c6
fix(nuxt): handle vite preload-helper id with extension () 2023-09-15 13:16:09 +01:00
Daniel Roe
c045c4b154
fix(vite): remove dev styles injected via absolute path () 2023-09-11 14:40:47 +01:00