Daniel Roe
|
305c7348bd
|
fix(vite): ignore query/hash when resolving public assets (#27306)
|
2024-05-22 15:40:29 +01:00 |
|
Anthony Fu
|
b96b62ecd2
|
refactor: improve regexp performance (#27207)
|
2024-05-14 12:54:37 -05:00 |
|
Daniel Roe
|
af2e2da27c
|
fix(vite): inline styles for vue components with lang="ts" (#26912)
|
2024-04-24 11:43:06 +01:00 |
|
Luke Nelson
|
306174c4d8
|
docs: add @since annotations to exported functions (#25365)
|
2024-04-19 17:58:19 +03:00 |
|
Anthony Fu
|
f209158352
|
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653)
|
2024-04-05 19:08:32 +01:00 |
|
Daniel Roe
|
9bb8976470
|
fix(schema): update webpack transformAssetUrls + pass hoistStatic to vite plugin (#26563)
|
2024-04-03 10:16:15 +01:00 |
|
Daniel Roe
|
8c3159f4ba
|
fix(nuxt): pass joinRelativeURL + share paths on server (#26407)
|
2024-03-21 11:57:11 +00:00 |
|
Daniel Roe
|
dfe31aa143
|
fix(vite): use ssr result if it exists (#26356)
|
2024-03-18 21:17:08 +00:00 |
|
Daniel Roe
|
b9168d0b0b
|
fix(vite): drop name prefix for client chunk file names (#26203)
|
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 (#26163)
|
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 (#25647)
|
2024-02-26 16:08:45 +00:00 |
|
Daniel Roe
|
f0a7ccd588
|
fix(vite): optimise layer dependencies with vite (#25752)
|
2024-02-13 09:54:13 +00:00 |
|
Daniel Roe
|
3ac8b18cb6
|
fix(vite): strip query strings for style chunk filenames (#25764)
|
2024-02-13 09:53:46 +00:00 |
|
renovate[bot]
|
eb1593ceba
|
chore(deps): update all non-major dependencies (main) (#25682)
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 (#25673)
|
2024-02-07 10:00:30 +00:00 |
|
Michael Brevard
|
860cfe16b3
|
perf(vite): avoid endsWith when checking for whitespace (#24746)
|
2024-01-29 11:11:06 +00:00 |
|
Daniel Roe
|
c446602529
|
fix(vite): extract styles for shared chunks (#25455)
|
2024-01-28 21:25:42 +00:00 |
|
Daniel Roe
|
648ef06993
|
fix(vite): pass hidden sourcemap values to vite (#25329)
|
2024-01-19 18:08:17 +00:00 |
|
Pooya Parsa
|
dab2188d58
|
feat: experimental client-side Node.js compatibility (#25028)
|
2024-01-18 16:09:27 +00:00 |
|
Michael Brevard
|
3b94883414
|
perf(nuxt): iterate rather than using Object.fromEntries (#24953)
|
2024-01-09 09:56:40 +00:00 |
|
Daniel Roe
|
32d2c99c5f
|
refactor(schema): introduce future and features namespace (#24880)
|
2023-12-25 14:03:29 +00:00 |
|
Damian Głowala
|
a2ef3091e8
|
feat(kit,nuxt,vite,webpack): add toArray util (#24857)
|
2023-12-23 14:22:58 +00:00 |
|
Michael Brevard
|
59cac484d9
|
perf(vite): avoid duplicate JSON.stringify operation (#24848)
|
2023-12-21 09:26:59 +00:00 |
|
Daniel Roe
|
2c1012326e
|
chore: pin rollup to v4 (#24814)
|
2023-12-18 18:45:30 +01:00 |
|
Daniel Roe
|
6c7d430845
|
refactor(nuxt): remove process.* usage in nuxt vue app (#24749)
|
2023-12-14 13:58:25 +00:00 |
|
Daniel Roe
|
37a5d35a6d
|
feat(vite): replace browser globals with undefined on server (#24711)
|
2023-12-14 13:17:50 +00:00 |
|
Michael Brevard
|
4e0d2c073f
|
perf(vite): simplify manifest property acccess (#24715)
|
2023-12-14 11:25:20 +00:00 |
|
Michael Brevard
|
62df8f086d
|
perf(vite): avoid duplicate resolve operation (#24736)
|
2023-12-14 10:32:22 +00:00 |
|
Daniel Roe
|
1e393ad696
|
fix(vite,webpack): don't add type checker/analyzer when testing (#24608)
|
2023-12-05 17:09:46 +00:00 |
|
Daniel Roe
|
4b3892117f
|
fix(vite): use isBuiltin polyfill for greater node support (#24512)
|
2023-11-28 21:53:12 +00:00 |
|
Julien Huang
|
0eb9caf0c2
|
fix(nuxt): remove experimental reactivityTransform (vue 3.4) (#24477)
|
2023-11-27 23:02:02 +00:00 |
|
renovate[bot]
|
e554f2be68
|
chore(deps): update dependency vite to v5 (main) (#24336)
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 (#24370)
|
2023-11-20 18:10:58 +00:00 |
|
Daniel Roe
|
86693c1005
|
fix(vite): use rollup replace plugin for typeof optimisations (#23903)
|
2023-11-14 12:22:40 +00:00 |
|
Daniel Roe
|
c1ddb359e3
|
chore: update to use @nuxt/eslint-config (#24209)
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 (#24173)
|
2023-11-07 19:40:16 +00:00 |
|
Daniel Roe
|
dfff6f13c4
|
fix(vite): skip warming up node builtins (#24162)
|
2023-11-07 11:41:24 +00:00 |
|
Mehdi Lahlou
|
38b6d88cfa
|
fix(vite): normalise entry id for typeCheck plugin (#24114)
|
2023-11-03 22:35:13 +00:00 |
|
Daniel Roe
|
dc04f28cff
|
fix(vite): include more of warmup within try/catch (#24072)
|
2023-11-02 09:35:32 +00:00 |
|
Daniel Roe
|
27791f4c33
|
perf(nuxt): remove pure annotations plugin (#24033)
|
2023-10-30 22:04:45 +01:00 |
|
Daniel Roe
|
4f017a5538
|
fix(vite): don't warm up css deps and normalise urls correctly (#23975)
|
2023-10-30 22:02:41 +01:00 |
|
Daniel Roe
|
4b2608c74d
|
fix(vite): use h3 cors handler for vite routes only (#23995)
|
2023-10-29 02:14:39 +09:00 |
|
Daniel Roe
|
cd76c617fa
|
fix(nuxt,schema,vite,webpack): analyze w/o overriding config (#23856)
|
2023-10-23 20:19:16 +09:00 |
|
Daniel Roe
|
eb40409f23
|
feat(kit,nuxt,vite,webpack): support -nightly extension (#23508)
|
2023-10-12 15:17:38 +01:00 |
|
renovate[bot]
|
a5dad0d2e8
|
chore(deps): update devdependency eslint-plugin-jsdoc to v46 (main) (#23614)
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 (#23359)
|
2023-09-28 14:13:10 +01:00 |
|
Pooya Parsa
|
2bf9028f7e
|
refactor(kit,nuxt,schema): use consola and improve test dx (#23302)
|
2023-09-19 22:26:15 +01:00 |
|
Daniel Roe
|
51d90014cf
|
fix(vite): explicitly set vite manifest path (#23276)
|
2023-09-18 13:09:59 +01:00 |
|