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
38e92597f4
fix(vite): externalise #_config
in ssr: false
( #3899 )
2022-03-25 13:18:57 +01: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
ff88d91bae
fix: use perfect-debounce
to handle trailing run of promise ( #3679 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-16 12:11:30 +01:00
Daniel Roe
14b32258e8
fix: ensure debounced/async handlers run in order ( #3656 )
2022-03-15 11:56:16 +01:00
Sébastien Chopin
570016c143
fix(vite): improve logs for client vs server ( #3634 )
2022-03-14 11:19:37 +01:00
Anthony Fu
ac40c9746c
feat(vite): experimental vite-node
support ( #2795 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-11 09:41:27 +01:00
Daniel Roe
494f85a2b2
fix(vite): narrow nuxt3 inlining config ( #3474 )
2022-03-02 18:54:53 +01:00
Daniel Roe
70542a3af7
feat(nuxt3): expose /app
export paths ( #3323 )
2022-02-18 19:26:43 +01:00
Anthony Fu
467ab693b9
feat: shared logger and silent test logs ( #3259 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-02-16 22:34:32 +01:00
Daniel Roe
0f9bcbf68f
fix(vite): invalidate client modules too ( #3116 )
2022-02-08 01:10:42 +01:00
Daniel Roe
b110c8c96c
fix(vite): externalize config at rollup, not ssr level ( #2971 )
2022-01-31 11:54:48 +01:00
Daniel Roe
d07d572263
feat: improve base url options ( #2655 )
2022-01-18 17:59:14 +01:00
Daniel Roe
4728fd545e
fix(vite): invalidate virtual modules when templates are regenerated ( #2725 )
2022-01-17 11:49:53 +01:00
blazmrak
e0fec80baf
fix(vite): build fails with ssr turned off ( #2652 )
2022-01-13 13:39:23 +01:00
Anthony Fu
e9128f39a2
perf(ssr): disable vite's pre-trasnfroming to improve perf ( #2574 )
2022-01-05 19:31:24 +01:00
Anthony Fu
29a2eb3dc1
fix(vite): include dynamic css (revert #2067 ) ( #2227 )
2021-11-30 15:37:01 +01:00
Anthony Fu
a149225e63
fix(vite): separate dynamic deps in dev-bundler ( #2067 )
2021-11-22 18:39:56 +01:00
Anthony Fu
86a47a2fea
fix(vite): external modules under/esm/
pattern ( #1949 )
...
Co-authored-by: Ben <bencodezen@users.noreply.github.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-16 14:28:29 +01:00
Daniel Roe
bdbfa36987
fix(vite): improve external checks for dev-bundler ( #1538 )
2021-10-29 10:43:07 +02:00
Daniel Roe
c672d8990a
feat(vite): pass vue options to vite plugin ( #1452 )
2021-10-26 14:49:18 +02:00
pooya parsa
bbeb6b50f5
fix(vite): inline incompatible extensions ( #1332 )
2021-10-21 21:02:10 +02:00
Daniel Roe
d166b78e06
feat(vite): use externality
to resolve externals for ssr dev bundler ( #1172 )
2021-10-20 11:50:29 +02:00
Xin Du (Clark)
c1ee1c4377
feat(vite): support jsx syntax ( #922 )
2021-10-13 12:34:51 +02:00
Pooya Parsa
3c132a8de0
fix(vite): normalize paths before comparing ( #763 )
...
Co-Authored-By: Anthony Fu <hi@antfu.me>
2021-10-12 16:42:52 +02:00
Anthony Fu
44f8904957
fix(vite): dev ssr fouc ( #757 )
2021-10-12 16:05:20 +02:00
pooya parsa
101ef20c34
fix(vite): resolve vue aliases ( #734 )
2021-10-12 10:39:06 +02:00
pooya parsa
e531b65a32
fix(vite): improve external handling ( #729 )
2021-10-12 03:38:30 +02:00
Anthony Fu
bb8c4ff019
feat(vite): vite dev server bundler ( #604 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-05 16:18:03 +02:00
Anthony Fu
e13baf9867
feat(nuxt3): remove <script setup>
transform and prefer top level await ( #579 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-30 20:19:55 +02:00
Daniel Roe
0c14b0a48b
fix: workaround for vue
3.2.18+ esm bundle issue and revert #566 ( #578 ) ( #578 )
2021-09-29 13:47:36 +02:00
pooya parsa
6329a681e4
refactor: migrate from upath to pathe ( #553 )
2021-09-27 14:49:36 +02:00
Anthony Fu
c8f8691496
fix: workaround for vue/server-renderer
import, close #563 ( #566 )
2021-09-24 11:49:04 +02:00
pooya parsa
ee0163c273
refactor: merge modules to nuxt3
( #439 )
2021-08-11 22:28:38 +02:00
Daniel Roe
f980ef235f
fix(app): separate plugin entrypoints ( #366 )
2021-07-23 16:58:38 +02:00
Daniel Roe
928d10ab77
fix(vite): add transpile options to noExternal list ( #364 )
2021-07-23 16:43:06 +02:00
pooya parsa
be255772b2
feat: support ssr: false
( #351 )
...
Co-Authored-By: Daniel Roe <daniel@roe.dev>
2021-07-21 22:05:22 +02:00
pooya parsa
bec2720930
feat: use virtual filesystem for templates ( #292 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 12:18:34 +02:00
pooya parsa
6318438415
feat(nitro, vite): use native module ( #252 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00
Anthony Fu
d995e83a31
fix(vite): set vite's root to current directory ( #239 )
2021-07-14 16:40:40 +02:00
Anthony Fu
9e8b042bad
fix: vite build ( #311 )
2021-07-14 16:39:48 +02:00
Daniel Roe
0a3041cdf9
fix: allow use of nuxt3 in non-wsl windows environment ( #308 )
2021-07-12 12:54:24 +02:00
Anthony Fu
11a5a3e14f
feat(app): make asyncData
working with <script setup nuxt>
( #220 )
2021-06-16 14:42:58 +02:00
Pooya Parsa
5bd639a493
fix(vite): add nuxt/app to noExternal
2021-06-14 20:52:40 +02:00
Pooya Parsa
6b62d456d7
feat: optional pages and refactor nuxt3 ( #142 )
2021-05-20 13:42:41 +02:00
Pooya Parsa
d8423a2f9a
chore(nitro): lazy load renderer resources
2021-04-29 14:08:10 +02:00
pooya parsa
9732d63c74
feat: update vite implementation ( #130 )
2021-04-29 13:51:54 +02:00