Daniel Roe
c7be5b4ec6
refactor(nuxt): rework and use isJS
and isVue
utilities consistently ( #20344 )
2023-04-19 19:17:36 +01:00
Daniel Roe
d0c8e7fb4a
fix(nuxt): generate hi-res sourcemaps ( #20280 )
2023-04-14 18:21:08 +01:00
Daniel Roe
f366ab4eb8
chore: remove @ts-ignore
and fix some issues ( #20273 )
2023-04-14 13:53:21 +01:00
Daniel Roe
b602b66a8e
fix(vite): set different cache dirs for client/server ( #20276 )
2023-04-14 13:25:33 +01:00
Daniel Roe
fe04bf0f7b
refactor(vite): use rollup types re-exported from vite ( #20011 )
2023-03-31 02:56:10 -07:00
Daniel Roe
60d07df4cc
feat(nuxt): support custom keyed composables ( #19490 )
2023-03-07 13:06:15 -08:00
renovate[bot]
6858796102
chore(deps): update all non-major dependencies (main) ( #19103 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-17 06:05:49 -08:00
Daniel Roe
1e8b27f36c
perf(nuxt): don't include side-effects from #components
( #19008 )
2023-02-16 07:00:40 -08:00
Daniel Roe
96b09ea982
feat(nuxt): add experimental app:chunkError
hook and reload strategy ( #19038 )
2023-02-16 04:43:58 -08:00
renovate[bot]
636e494543
chore(deps): update all non-major dependencies (main) ( #18952 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2023-02-15 03:13:08 -08:00
Daniel Roe
a6a2978978
fix(vite): exclude styles, not all assets ( #18752 )
2023-02-06 15:24:17 -08:00
Daniel Roe
03d6737089
fix(vite, webpack): omit magic keys when import of same name is detected ( #18733 )
2023-02-03 03:55:58 -08:00
Daniel Roe
d1a79a95a6
perf(vite): use compiled regexp for test ( #18646 )
2023-01-31 08:38:18 -08:00
Daniel Roe
b864fa04a7
fix(vite): ensure __publicAssetsURL
set before loading assets ( #18642 )
2023-01-31 06:04:55 -08:00
renovate[bot]
7c1712013c
chore(deps): update all non-major dependencies (main) ( #11127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2023-01-20 16:17:31 +00:00
Daniil Chudo
ab2456c295
refactor: split out type imports from value imports ( #9225 )
2022-12-11 21:44:52 +00:00
renovate[bot]
6082135c97
chore(deps): update all non-major dependencies ( #9025 )
...
* chore(deps): update all non-major dependencies
* fix ts issue
* fix fallback
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-11-16 01:02:13 +01:00
Daniel Roe
cda498b070
fix(nuxt): do not inline global styles in html response ( #8666 )
2022-11-03 20:17:43 +01:00
Daniel Roe
491d02f6ca
fix(nuxt)!: use parser to generate page metadata ( #8536 )
2022-11-02 11:28:41 +01:00
Daniel Roe
f485c143f5
fix(nuxt): check before appending comma in composable keys ( #8529 )
2022-11-02 11:15:33 +01:00
Daniel Roe
42cf48e45d
fix(vite, webpack): handle auto keys for composables without args ( #7651 )
2022-09-19 16:45:28 +02:00
Daniel Roe
f536bf5548
fix(vite, webpack): avoid generating keys where a key is already provided ( #7622 )
2022-09-19 11:34:42 +02:00
Daniel Roe
9382b42d7b
fix(vite): don't fail builds for virtual modules that don't support inlining ( #7440 )
2022-09-12 17:14:11 +02:00
Daniel Roe
83949c3734
fix(nuxt): always inline entry styles ( #7386 )
2022-09-10 11:43:17 +02:00
Daniel Roe
be77d477d0
fix(webpack): don't parse styles for composable keys ( #7333 )
2022-09-08 10:55:30 +02:00
Daniel Roe
577a7b681e
perf(vite): remove duplicate css links from rendered page when inlined ( #7264 )
2022-09-07 10:41:08 +02:00
Daniel Roe
de62520990
feat(nuxt, vite): inline global and component styles in server response ( #7160 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-03 15:03:30 +02:00
Anthony Fu
d2094ea37a
refactor(vite): enable strict type checking ( #6616 )
2022-08-15 15:40:06 +02:00
Pooya Parsa
e109d65c30
chore: ignore typechecking for visualizer plugin
2022-08-15 14:55:12 +02:00
Daniel Roe
70b024fbaa
fix(vite, nuxt): resolve relative to srcDir
rather than rootDir
( #6546 )
2022-08-12 11:11:09 +02:00
Daniel Roe
3f2eb3a3b1
fix(vite, webpack): generate composable keys based on order ( #6191 )
2022-07-29 11:40:04 +02:00
Daniel Roe
fa8b0f7c79
feat(vite)!: upgrade vite to v3 ( #5398 )
2022-07-21 12:44:33 +02:00
Daniel Roe
bdbeb886ae
fix(webpack): do not resolve #internal/nitro
alias internally ( #5987 )
2022-07-20 18:59:05 +02:00
Daniel Roe
23546a270c
feat(nuxt): automatically generate unique keys for keyed composables ( #4955 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-07-07 18:26:04 +02:00
Daniel Roe
8831e4a4b9
fix(vite): don't terminate with escaped delimiters ( #5409 )
2022-06-10 17:17:11 +02:00
Dario Merz
31c67ad9b4
fix(vite): ignore virtual imports that aren't in vfs ( #4822 )
...
Co-authored-by: Dario Merz <dario.merz@deptagency.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-05-06 15:33:32 +02:00
Daniel Roe
4079882bd4
fix(vite): use buildAssetsURL
for dynamic imports ( #4844 )
2022-05-06 12:51:31 +02:00
Daniel Roe
b8d2e64c78
fix(vite): don't match across newlines ( #4596 )
2022-04-25 18:55:33 +02:00
Daniel Roe
650d12fa9c
feat: allow disabling sourcemap generation ( #4509 )
2022-04-22 17:35:42 +02:00
Daniel Roe
4c6c027014
fix(vite): use single regex to reduce risk of collisions ( #4442 )
2022-04-22 17:22:22 +02:00
Daniel Roe
648a70e97b
fix(vite): transform virtual templates ( #4512 )
2022-04-22 10:32:26 +02:00
pooya parsa
756693ce7f
feat!: migrate to nitro 0.3x ( #4438 )
2022-04-19 21:10:32 +02:00
pooya parsa
11626eea4f
feat!: migrate to nitropack ( #3956 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-07 13:28:04 +02:00
Daniel Roe
3ea39e0745
fix(vite): clean up dynamic paths ( #4130 )
2022-04-06 16:15:36 +02:00
Daniel Roe
ade3378a00
refactor(bridge): align bridge with vite and inline systemjs polyfill in entry ( #4005 )
2022-04-01 15:22:22 +02:00
Daniel Roe
51f3bbfd23
fix(vite): update regex to handle new vite output format ( #4014 )
2022-04-01 12:15:00 +02:00
Daniel Roe
93c4dfe091
fix(vite): resolve #_config
in base plugin ( #3848 )
2022-03-23 09:10:12 +01:00
Daniel Roe
7458dd1aa6
fix(nuxt3): use shared module for dynamic paths ( #3757 )
...
* test: add tests for dynamic paths + relative assets
Co-authored-by: Anthony Fu <hi@antfu.me>
* fix: rework client config and use shared module for dynamic paths
* resolves webpack public path regression
* refactor: use more similar names to nitro equivalent
* fix: align config exports
* refactor: remove `__` prefix within dynamic paths module
* refactor: use '#_config' to indicate internal alias
* Update packages/nuxt3/src/core/templates.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
* refactor: use `#_config` alias and rename to `paths.mjs`
Co-authored-by: Anthony Fu <hi@antfu.me>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-22 16:51:26 +01:00
Daniel Roe
78761c236b
fix(vite): handle base in vite/preload-helper
( #3499 )
2022-03-04 12:45:14 +01:00
Anthony Fu
ecee32988d
chore: migrate to magic-string
( #3482 )
2022-03-03 11:01:14 +01:00