Commit Graph

2982 Commits

Author SHA1 Message Date
Anthony Fu
4b90e0fee9
docs: add vite audio for pronunciation (#4941) 2021-09-16 09:35:11 +02:00
Evan You
3e3c20364d fix: do not include css string in bundle if not needed
This reduces bundle size when using esbuild as minifier.
2021-09-15 18:11:28 -04:00
Evan You
15bb5a19b4 chore: lockfile 2021-09-15 18:04:46 -04:00
patak
394d5f1ce5
docs: authoring tips and vite-plugin-inspect (#4938) 2021-09-15 22:19:47 +02:00
Shinigami
e59997f79c
chore: format (#4931) 2021-09-14 21:40:49 +02:00
meteorlxy
9e06b81973
fix: avoid wrong warning of explicit public paths (#4927) 2021-09-14 09:16:04 +02:00
Andy Li
e687d9886f
feat(html): Inline entry chunk when possible (#4555) 2021-09-14 00:10:16 +02:00
ygj6
b61b044d8f
feat: add resolve.preserveSymlinks option (#4708) 2021-09-13 23:42:51 +02:00
patak-js
a93e03a81e release: v2.5.7 2021-09-13 14:08:05 +02:00
Anthony Fu
9e51a76b3f
feat(ssr): exports dynamicDeps for ssrTransform, close #4898 (#4909) 2021-09-13 13:42:10 +02:00
Hex
7e929ae493
fix: the base is duplicated in importAnalysisBuild.ts (#4740) 2021-09-13 13:27:50 +02:00
Ben McCann
bfbafee0f5
chore: give history middleware a name (#4908)
* chore: give history middleware a name

* chore: move spa fallback middleware to new file

* Update packages/vite/src/node/server/middlewares/spaFallback.ts

Co-authored-by: patak <matias.capeletto@gmail.com>

* fix: typo

* chore: better naming for impl function

Co-authored-by: patak <matias.capeletto@gmail.com>
2021-09-13 09:19:40 +02:00
Dominik G
015290a169
fix(css): return sourcemap in vite:css transform (#4880) 2021-09-13 11:54:46 +08:00
ygj6
5cc4587531
fix(esbuildDepPlugin): externalize built-in module during SSR (#4904) 2021-09-12 10:39:51 +02:00
TropicalRaisel
3392a8ad56
fix: pnpm create-vite command documentation (#4902)
* Fixed pnpm create-vite command documentation

pnpx is deprecated: https://pnpm.io/pnpx-cli

* Replaced other pnpx entries
2021-09-12 15:39:22 +08:00
vwkd
ce292735f5
fix: compute getPkgName only when used (#4729) 2021-09-11 20:33:46 +02:00
Yunfei He
e623b4a348
chore: delete unused plugin hook 'watchChange' (#4617) 2021-09-10 16:15:44 +02:00
Andy Li
f19282f003
feat: allow apply condition to be a function (#4857) 2021-09-10 16:14:07 +02:00
Evan You
5c5811e37f release: v2.5.6 2021-09-08 12:14:34 -04:00
Evan You
c7c39b133b fix(importAnalysis): properly inherit dependency version query for self imports 2021-09-08 11:54:46 -04:00
Evan You
03632467f2 release: plugin-vue@1.6.2 2021-09-08 10:39:01 -04:00
Evan You
85612fe69d fix(plugin-vue): ensure descriptor in case main request is cached 2021-09-08 10:01:02 -04:00
Anthony Fu
38de2c9fe5
fix: use debugger for package resolution warnings (#4873) 2021-09-08 14:32:03 +02:00
Flyme
780ddcff2c
docs: unify project name (#4876)
Co-authored-by: de_yi <de>
2021-09-08 17:39:54 +08:00
Evan You
702d503155 release: v2.5.5 2021-09-07 23:07:23 -04:00
Evan You
f82cbf26ce build: pin TS to 4.3 2021-09-07 22:58:19 -04:00
Evan You
6e999b4309 docs: bump vitepress (fix missing tagline) 2021-09-07 22:31:13 -04:00
Evan You
b3b8c61b37 fix(hmr): should break on first matched plugin that performs custom hmr handling 2021-09-07 22:02:31 -04:00
思翊
fbd143a937
chore: use shorthand syntax (#4872) 2021-09-07 22:07:00 +08:00
patak-js
794f5db611 release: create-vite@2.6.2 2021-09-07 13:57:31 +02:00
patak-js
d13bbb7b63 release: plugin-legacy@1.5.3 2021-09-07 13:55:47 +02:00
patak-js
be24a5923c release: plugin-vue-jsx@1.1.8 2021-09-07 13:54:48 +02:00
patak-js
4227962cd3 release: v2.5.4 2021-09-07 13:53:25 +02:00
Andreas Girgensohn
311026f0eb
fix: check for Blob before creating worker URL, close #4462 (#4674) 2021-09-06 18:12:29 +02:00
Andy Li
fdc3212474
fix(plugin-legacy): fix regression introduced in #4536 (#4861) 2021-09-06 18:00:34 +02:00
shj
74af8c4055
docs: fix envPrefix link (#4862) 2021-09-06 22:30:23 +08:00
Evan You
bc64b889a4 release: plugin-vue@1.6.1 2021-09-06 10:16:52 -04:00
Evan You
cd4f341201 fix(plugin-vue): avoid applying ref transform to dependencies by default 2021-09-06 09:31:04 -04:00
Naitik Shah
e5b472d12e
fix(overlay): handle missing customElements (#4856) 2021-09-06 19:19:25 +08:00
Anthony Fu
c588b8fd4c
fix(css): loadPreprocessor tolerate require.resolve.paths not exists (#4853) 2021-09-06 19:16:29 +08:00
Andy Li
1f068fcec3
fix(plugin-legacy): skip in SSR build (#4536) 2021-09-06 12:58:47 +02:00
Yaroslav Dobzhanskij
8d956f6e58
fix: sometimes THIS_IS_UNDEFINED warnings were still shown (#4844) 2021-09-06 16:31:43 +08:00
patak
46ecda4df2
docs: clarify env replacement gotcha (#4843) 2021-09-04 18:41:32 +02:00
patak
5bc0ffc125
chore: recommend volar vscode extension (#4842) 2021-09-04 18:16:48 +02:00
Junwen Huang
59f54dccb0
docs: replace vercel-configuration.png (#4829) 2021-09-03 11:53:59 +02:00
Ben McCann
53271d356c
chore: surface package resolution failures (#4822) 2021-09-02 22:13:32 +02:00
milahu
c87763c141
fix: handle error in numberToPos and formatError (#4782) 2021-09-01 15:23:07 +02:00
patak-js
30d756e4bc release: plugin-legacy@1.5.2 2021-09-01 15:15:56 +02:00
patak-js
632b0ea0d0 release: v2.5.3 2021-09-01 15:13:49 +02:00
Roman
de71408531
fix(plugin-legacy): avoid executing blank dynamic import (#4767)
Closes #4568
2021-09-01 14:26:56 +02:00