1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-25 02:26:38 +00:00
Commit Graph

193 Commits

Author SHA1 Message Date
Daniel Roe
94214d6b32
feat(nuxt): exclude page chunks from being prefetched () 2022-08-16 13:19:39 +02:00
pooya parsa
58c4753ed4
fix(vite): warmup server entries with ssr condition () 2022-08-15 18:03:00 +02:00
pooya parsa
dae836a81d
feat(vite): allow disabling entry warmup ()
* feat(vite): allow opt-out from warming up entries

* refactor: move to `warmupEntry`
2022-08-15 18:01:34 +02:00
Anthony Fu
d2094ea37a
refactor(vite): enable strict type checking () 2022-08-15 15:40:06 +02:00
Daniel Roe
385fa6037a
fix(vite): pass relative url as default base () 2022-08-15 15:10:53 +02:00
Pooya Parsa
e109d65c30 chore: ignore typechecking for visualizer plugin 2022-08-15 14:55:12 +02:00
Anthony Fu
1b2304b632
feat(schema, vite)!: enable vite-node by default ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-13 14:43:26 +02:00
pooya parsa
b4bea517df
fix(nuxi): update server.port and server.host with listener info () 2022-08-13 13:52:03 +02:00
Daniel Roe
0a513a56b1
feat(webpack, vite): default to .js extension for client () 2022-08-12 16:16:08 +02:00
Daniel Roe
70b024fbaa
fix(vite, nuxt): resolve relative to srcDir rather than rootDir () 2022-08-12 11:11:09 +02:00
pooya parsa
aaf4bcd025
fix(vite): remove /@fs from external ids () 2022-08-11 19:39:02 +02:00
pooya parsa
5ea0474225
v3.0.0-rc.7 () 2022-08-11 12:40:11 +02:00
Daniel Roe
ae388e7293
fix(vite): add module type to vite node entry () 2022-08-09 09:59:08 +02:00
pooya parsa
ee36ddf516
fix(nuxt): add viteServerDynamicImports as experimental flag () 2022-08-08 15:25:58 +02:00
pooya parsa
ea868f5586
fix(vite): add hotfix for netlify deployments () 2022-08-07 11:56:00 +02:00
Daniel Roe
41d6f372a7
feat(nuxt): update to vue-bundle-renderer@0.4 () 2022-08-07 11:52:34 +02:00
Daniel Roe
463c15e3d2
fix(vite): use url for entry on windows () 2022-08-04 17:24:35 +02:00
pooya parsa
23329e0599
feat(vite): log vite-node hmr updates () 2022-08-04 13:13:12 +02:00
Anthony Fu
972f4b47bc
fix(vite): improve vite-node hmr () 2022-08-04 12:03:46 +02:00
Anthony Fu
6b20d9eff1
fix(vite): fix dist dir resolution () 2022-07-29 14:33:24 +02:00
Daniel Roe
3f2eb3a3b1
fix(vite, webpack): generate composable keys based on order () 2022-07-29 11:40:04 +02:00
Anthony Fu
d15c4727a8
refactor(vite): reuse logic and improve code splitting () 2022-07-27 11:01:25 +02:00
Anthony Fu
5e62e0fec0
fix(vite): use externality to handle vite-node externals () 2022-07-26 15:49:17 +02:00
Anthony Fu
f0485d83d9
perf(vite-node): only invalidate cache for user code () 2022-07-26 15:46:06 +02:00
Anthony Fu
a585086c8b
fix(nuxt): clear vite-node runner cache after each render () 2022-07-26 15:13:40 +02:00
Daniel Roe
8298cf27e6
fix(vite): allow overriding client hmr options ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-25 14:29:41 +02:00
Mohammad Hosein Feizi
cccafd620f
fix(vite): resolve tsconfig.json for vue-tsc type checker () 2022-07-25 13:02:42 +02:00
Daniel Roe
c7d072c495
fix(vite): ignore baseurl when pruning manifest () 2022-07-25 11:52:21 +02:00
Daniel Roe
45b449ed05
fix(vite): invalidate virtual files when changed () 2022-07-21 16:21:58 +02:00
Daniel Roe
fa8b0f7c79
feat(vite)!: upgrade vite to v3 () 2022-07-21 12:44:33 +02:00
Daniel Roe
bdbeb886ae
fix(webpack): do not resolve #internal/nitro alias internally () 2022-07-20 18:59:05 +02:00
Daniel Roe
edbe4fe799
feat(vite): check types with vue-tsc () 2022-07-20 17:15:27 +02:00
pooya parsa
ffd40d16c8
fix(vite): use more strict app entry check in dev-bundler () 2022-07-17 18:01:16 +02:00
pooya parsa
0839e93333
fix(vite): unset build.watch options for production build () 2022-07-17 17:10:27 +02:00
Anthony Fu
4abcfb6bf9
fix(vite): avoid creating server for production build () 2022-07-17 16:17:07 +02:00
Anthony Fu
537b6e35bd fix(vite): set transform mode for vite-node ()
close 
2022-07-14 16:01:21 +02:00
Daniel Roe
3ad12b5f4a
fix(vite): close vite watcher before building () 2022-07-13 14:44:07 +02:00
Daniel Roe
23546a270c
feat(nuxt): automatically generate unique keys for keyed composables ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-07-07 18:26:04 +02:00
Daniel Roe
00c1daebaf
fix(vite): do not inline dynamic imports in server ()
* fix(vite): do not inline dynamic imports in server

* chore: add link to upstream pr
2022-07-06 21:19:16 +02:00
Anthony Fu
7efdb486db
fix(vite-node): on-demand manifest () 2022-06-27 14:08:52 +02:00
Ahad Birang
67f40d7e40
fix(vite): do not watch ignored pathes () 2022-06-27 14:06:31 +02:00
Daniel Roe
e38de4af4d
fix(vite): disable hmr in build () 2022-06-22 20:07:54 +02:00
Daniel Roe
cf255259ca
fix(vite): add typecheck to vite plugins () 2022-06-15 17:18:45 +02:00
Daniel Roe
8831e4a4b9
fix(vite): don't terminate with escaped delimiters () 2022-06-10 17:17:11 +02:00
Daniel Roe
11a7340883
feat(nuxt): experimental flag to use external vue dependencies () 2022-06-10 16:31:36 +02:00
Anthony Fu
fadffbe80c
chore: clean up jsdoc () 2022-06-10 14:14:03 +02:00
Xin Du (Clark)
139fc11c5a
refactor: fix typo and code improvements () 2022-06-08 21:49:11 +02:00
Jeremy Ye
bd80d27a49
fix(vite): add file:// protocol to vite-node entry file path () 2022-05-13 13:00:14 +02:00
Daniel Roe
17f9c54a79
feat(vite): replace global with globalThis () 2022-05-13 12:49:30 +02:00
Dario Merz
31c67ad9b4
fix(vite): ignore virtual imports that aren't in vfs ()
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