Commit Graph

5678 Commits

Author SHA1 Message Date
Bjorn Lu
28923fb1d4
fix(css): return deps if have no postcss plugins (#13344) 2023-05-25 16:31:33 +02:00
patak
6198b0d45b
fix: revert enable provenance (#13338) 2023-05-25 10:16:05 +02:00
patak
2a30a07e33 chore: revert prev release commit
This reverts commit 5c9abf7a5e.
2023-05-24 18:32:56 +02:00
patak
5c9abf7a5e release: v4.3.9 2023-05-24 17:47:02 +02:00
patak
8f85262b26 release: plugin-legacy@4.0.4 2023-05-24 17:43:35 +02:00
btea
e30e287ebc
fix: enable provenance (#13336) 2023-05-24 17:39:24 +02:00
patak
b34e79c616
docs: optimizeDeps.needsInterop (#13323)
Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com>
2023-05-24 15:42:47 +02:00
patak
32c5a9a618
docs: preview not for production on CLI guide (#13316)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-05-24 09:21:38 +02:00
patak
57d3023ec6
docs: transformIndexHtml order note (#13318) 2023-05-24 09:14:26 +02:00
patak
e3db771265
fix: optimizeDeps during build and external ids (#13274) 2023-05-23 08:16:26 +02:00
lsdsjy
e444375d34
fix(legacy): style insert order (#13266)
Co-authored-by: sapphi-red <green@sapphi.red>
2023-05-22 11:21:03 +02:00
patak
19e8c68f37
test: respect commonjs options in playgrounds (#13273) 2023-05-22 09:11:04 +02:00
Saeed Paris
8013a6645c
refactor: simplify SSR options' if statement (#13254) 2023-05-22 09:08:35 +02:00
Tomer Ohana
906c4c15ef
perf(ssr): calculate stacktrace offset lazily (#13256) 2023-05-22 09:07:43 +02:00
patak
3f3fff2e25 release: v4.3.8 2023-05-18 11:42:01 +02:00
patak
e62f8da802
feat: enable provenance (#13247) 2023-05-18 11:34:53 +02:00
patak
3609e79dc1
fix: avoid outdated module to crash in importAnalysis after restart (#13231) 2023-05-17 15:15:58 +02:00
Vincent Rubinetti
0cbd81895e
docs: update features.md note about ESM imports in web workers (#13223) 2023-05-17 13:42:47 +02:00
Bjorn Lu
13fc345e8a
fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (#13230) 2023-05-17 12:27:38 +02:00
patak
d09bbd093a release: v4.3.7 2023-05-16 18:25:57 +02:00
Jonas Kaltenbach
d5d9a3155c
fix(assetImportMetaUrl): allow ternary operator in template literal urls (#13121) 2023-05-16 16:34:48 +02:00
patak
0fd46165b5
fix: revert only watch .env files in envDir (#12587) (#13217)
Co-authored-by: Bartek Iwańczuk <bartlomieju@users.noreply.github.com>
2023-05-16 15:51:52 +02:00
patak
9a42e31295 release: v4.3.6 2023-05-15 16:37:05 +02:00
Arnaud Barré
7d80a47d6b
fix: don't inject CSS sourcemap for direct requests (#13115)
Co-authored-by: sapphi-red <green@sapphi.red>
2023-05-15 12:24:06 +02:00
fi3ework
88c855eadc
fix(ssr): stacktrace uses abs path with or without sourcemap (#12902)
Co-authored-by: sapphi-red <green@sapphi.red>
2023-05-15 12:20:23 +02:00
翠 / green
feef0354dc
docs: tweak build.cssCodeSplit documentation (#13194) 2023-05-13 19:40:15 +02:00
翠 / green
4fd35edf5f
fix(css): respect esbuild.charset when minify (#13190) 2023-05-13 18:47:17 +02:00
翠 / green
e640939c3f
perf: skip windows absolute paths for node resolve (#13162) 2023-05-13 18:44:44 +02:00
翠 / green
adf61d9122
fix: handle more yarn pnp load errors (#13160) 2023-05-13 18:43:33 +02:00
翠 / green
ee80aba215
docs: remove RFCs section (#13193) 2023-05-13 18:42:23 +02:00
btea
535795a828
chore(reporter): reuse clearLine (#13156) 2023-05-12 12:34:04 +08:00
fi3ework
9a7ec98625
chore: remove useless dep (#13165) 2023-05-11 21:17:49 +02:00
Minh Nguyen
23096b1999
fix(create-vite): use "target": "ES2020" in React template (#13147) 2023-05-11 17:27:17 +09:00
翠 / green
eeb0617bed
fix: call tryFsResolve for relative new URL(foo, import.meta.url) (#13142) 2023-05-10 14:58:02 +02:00
fi3ework
a8c7eb24a2
test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
gtmnayan
d06cc42103
fix(server): intercept ping requests (#13117)
Co-authored-by: 翠 / green <green@sapphi.red>
2023-05-08 17:48:10 +02:00
小淼焱_rawbin
87e1f58382
fix: avoid dev-server crash when ws proxy error (#12829) 2023-05-08 16:12:42 +02:00
Li Lin
d63129b5f0
fix(build): declare moduleSideEffects for vite:modulepreload-polyfill (#13099) 2023-05-08 10:35:08 +02:00
Valentin Palkovic
c63ba3fa08
fix: upgrade svelte-check preventing unmet peer deps errors (#13103) 2023-05-05 17:18:18 +02:00
patak
775505d748 release: v4.3.5 2023-05-05 12:18:01 +02:00
Evan You
8a37de604f
fix(scan): handle html script tag attributes that contain ">" (#13101) 2023-05-05 11:59:06 +02:00
Michal Kalita
91d7b678ce
fix: location is not defined error in cleanScssBugUrl (#13100) 2023-05-05 17:03:26 +08:00
sun0day
d95a9af5c1
fix(debug): skip filter object args (#13098) 2023-05-05 11:55:11 +08:00
patak
9041e19585
fix: unwrapId and pass ssr flag when adding to moduleGraph in this.load (#13083) 2023-05-04 10:58:43 +02:00
Chris Thomas
8a8ea1d3ae
fix(ssr): ignore __esModule for ssrExportAll (#13084) 2023-05-04 08:55:17 +02:00
sun0day
7089528b7c
fix(assetImportMetaUrl): reserve dynamic template literal query params (#13034) 2023-05-04 12:39:41 +08:00
patak
21dd28dd64
docs: document /index.html as importer during dev (#12911)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-05-03 10:29:51 +02:00
翠 / green
229c5925c8
chore: cleanup hoist patterns (#13069) 2023-05-02 16:55:25 +02:00
Kristoffer K
d53c650a69
fix(legacy): import @babel/preset-env (#12961) 2023-05-02 21:17:14 +09:00
patak
5890aa9f4f release: v4.3.4 2023-05-02 09:27:50 +02:00