Daniel Roe
|
e3448fa0da
|
chore(vite): restore utils required for dev-bundler
|
2024-06-24 23:50:37 +02:00 |
|
Daniel Roe
|
ffdc358561
|
perf(vite): various performance improvements (#27601)
|
2024-06-13 23:35:00 +01:00 |
|
Anthony Fu
|
f209158352
|
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653)
|
2024-04-05 19:08:32 +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
|
1605a532a1
|
fix(vite): pass modulesDir to isExternal (#21966)
|
2023-07-06 14:22:31 +01:00 |
|
Daniel Roe
|
9c8746f2a6
|
chore: prune internal unused code and exports (#21809)
|
2023-06-27 10:38:40 +01:00 |
|
renovate[bot]
|
0b1cdcc70d
|
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v12 (#9086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-01-14 01:13:48 +00:00 |
|
Daniil Chudo
|
ab2456c295
|
refactor: split out type imports from value imports (#9225)
|
2022-12-11 21:44:52 +00:00 |
|
Anthony Fu
|
d2094ea37a
|
refactor(vite): enable strict type checking (#6616)
|
2022-08-15 15:40:06 +02:00 |
|
pooya parsa
|
aaf4bcd025
|
fix(vite): remove /@fs from external ids (#6529)
|
2022-08-11 19:39:02 +02:00 |
|
Daniel Roe
|
463c15e3d2
|
fix(vite): use url for entry on windows (#6355)
|
2022-08-04 17:24:35 +02:00 |
|
Anthony Fu
|
d15c4727a8
|
refactor(vite): reuse logic and improve code splitting (#6164)
|
2022-07-27 11:01:25 +02:00 |
|
Daniel Roe
|
fa8b0f7c79
|
feat(vite)!: upgrade vite to v3 (#5398)
|
2022-07-21 12:44:33 +02:00 |
|
pooya parsa
|
ffd40d16c8
|
fix(vite): use more strict app entry check in dev-bundler (#5959)
|
2022-07-17 18:01:16 +02:00 |
|
Daniel Roe
|
e0b2a3bfe4
|
chore: use node: prefix for built-in modules (#4384)
|
2022-04-15 17:19:05 +02:00 |
|
Anthony Fu
|
51ae426d4c
|
fix(vite): dev bundler for cjs support (#4371)
|
2022-04-15 09:57:36 +02:00 |
|
Anthony Fu
|
074daa767c
|
fix(vite): interop cjs (#4370)
|
2022-04-15 09:40:40 +02:00 |
|
Daniel Roe
|
42373e060d
|
fix: clean up some type issues and add type test suite (#3199)
|
2022-02-15 10:50:11 +01:00 |
|
Daniel Roe
|
29171bd105
|
fix: sanitize import filenames in generated imports (#2216)
|
2022-02-07 14:45:47 +01:00 |
|
Daniel Roe
|
4b351504e8
|
fix(vite): correctly import node builtins in dev bundler (#2753)
|
2022-01-17 11:36:44 +01:00 |
|
Anthony Fu
|
1155d1b4d4
|
fix(vite): only remove version query (#2587)
|
2022-01-05 19:28:04 +01:00 |
|
Anthony Fu
|
cac70e4696
|
fix(vite): remove vite's query for external modules (#2521)
|
2021-12-23 14:43:41 +01:00 |
|
Daniel Roe
|
df33474730
|
fix(vite): log error object (#2420)
|
2021-12-17 10:08:09 +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 |
|
Daniel Roe
|
6f1f12af16
|
fix(vite): expose underlying import errors (#1696)
|
2021-11-04 19:18:36 +01:00 |
|
Daniel Roe
|
2166661b17
|
fix(vite): remove relative vite workaround (#1646)
|
2021-11-04 12:25:46 +01:00 |
|
Daniel Roe
|
a62351af4d
|
fix(vite): normalize full windows paths (#1650)
|
2021-11-02 19:10:56 +01:00 |
|
Daniel Roe
|
f78ec933fe
|
fix(vite): remove aliases from inline list (#1520)
|
2021-10-27 16:41:52 +02:00 |
|
Anthony Fu
|
cf99fd2862
|
fix(vite): add missing import.meta functions (#1513)
|
2021-10-27 13:32:26 +02:00 |
|
Anthony Fu
|
00e25fa8e8
|
fix(vite): dev-bundler externality (#1507)
|
2021-10-27 12:55:08 +02:00 |
|
Anthony Fu
|
46f858dd82
|
chore: move nuxt-vite to bridge (#1180)
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-10-26 14:59:05 +02:00 |
|
Anthony Fu
|
f7153a3172
|
fix(vite): default export for external packages (#1297)
|
2021-10-20 20:09:49 +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 |
|
pooya parsa
|
ad4e2e98d9
|
fix(vite): ensure id is javascript before externalizing (#983)
|
2021-10-13 22:44:52 +02:00 |
|
pooya parsa
|
47ea41dadb
|
fix(vite): use pathToFileURL for externals (#819)
|
2021-10-12 20:01:27 +02:00 |
|
Anthony Fu
|
44f8904957
|
fix(vite): dev ssr fouc (#757)
|
2021-10-12 16:05:20 +02:00 |
|
pooya parsa
|
e531b65a32
|
fix(vite): improve external handling (#729)
|
2021-10-12 03:38:30 +02:00 |
|
Anthony Fu
|
2f5938c7b5
|
chore(vite): add missing types and move out utils (#710)
|
2021-10-11 14:29:35 +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 |
|