Commit Graph

6824 Commits

Author SHA1 Message Date
patak-dev
a63190c451 fix: sharedPlugins 2024-04-26 12:27:39 +02:00
patak-dev
2866d4f2f6 feat: opt-in shared plugins during build 2024-04-26 12:09:35 +02:00
patak-dev
294a84e0b9 fix: backcompat merging 2024-04-26 11:06:57 +02:00
patak-dev
62921e6baf refactor: align createBuilder params with createServer 2024-04-26 11:00:05 +02:00
patak-dev
8843221c22 feat: use environment.logger in buildEnvironment 2024-04-26 10:13:06 +02:00
patak-dev
41a95ae791 chore: lint 2024-04-26 06:57:08 +02:00
patak-dev
4dc2a757af refactor: rename createViteBuilder to createBuilder, align with createServer 2024-04-26 06:52:22 +02:00
patak-dev
4cf322d16a fix(cli): -> 2024-04-26 06:49:31 +02:00
godky
f71ba5b94a
fix: dynamic-import-vars plugin normalize path issue (#16518) 2024-04-25 09:11:36 +02:00
patak-dev
7099e12027 docs: create plugin hook 2024-04-24 21:50:47 +02:00
renovate[bot]
2d50be2a54
fix(deps): update all non-major dependencies (#16488) 2024-04-23 11:27:54 +02:00
Chris Ackerman
4d83eb58cd
fix(dev): watch publicDir explicitly to include it outside the root (#16502) 2024-04-23 12:42:37 +09:00
btea
7171837abb
docs(legacy): update modernTargets option default value description (#16491) 2024-04-23 00:37:14 +09:00
Vladimir Sheremet
9d6a152ddb
refactor: remove server from createServerModuleRunner 2024-04-22 11:29:51 +02:00
Vladimir Sheremet
bf65476a31
chore: remove the deprecation notice from ssrLoadModule for now 2024-04-22 11:28:57 +02:00
Vladimir Sheremet
33ef0fb6e0
fix: disable hmr for ssrLoadModule 2024-04-22 11:28:01 +02:00
patak-dev
29dd26e838 refactor: build --app 2024-04-22 11:04:16 +02:00
patak-dev
2a3bcb3eb1 chore: merge main 2024-04-22 10:55:33 +02:00
Hiroshi Ogawa
5c5efe4694
fix(v6): fix ssrEmitAssets compat (#16480)
Co-authored-by: patak-dev <matias.capeletto@gmail.com>
2024-04-21 07:22:30 +02:00
patak-dev
d4b155c859 docs: update to latest implementation 2024-04-20 21:31:46 +02:00
sapphi-red
088d24b922 release: v5.2.10 2024-04-20 19:43:27 +09:00
翠 / green
77e7359083
revert: perf: use workspace root for fs cache (#15712) (#16476) 2024-04-20 19:06:31 +09:00
patak-dev
1904acd47d docs: remove alternatives section from the docs, better to keep that in the PR and discussions now 2024-04-20 07:24:08 +02:00
patak-dev
d7c6fc487c docs: Environment(name, config) update 2024-04-20 07:15:26 +02:00
patak-dev
635aad5f69 release: v6.0.0-alpha.3 2024-04-20 07:02:12 +02:00
patak-dev
431cd4b76a fix: export missing types 2024-04-19 22:10:47 +02:00
patak-dev
5f6b62f221 chore: rename plugin.split to plugin.create 2024-04-19 21:59:32 +02:00
patak-dev
ad2b0bf555 chore: remove configureServer from more plugins 2024-04-19 21:55:49 +02:00
Shinigami
69773520f2
chore: add bun to bug report (#16459) 2024-04-20 00:26:24 +09:00
patak
777967dc90
docs: Environment API (#16089)
Co-authored-by: Igor Minar <i@igor.dev>
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
Co-authored-by: 翠 / green <green@sapphi.red>
Co-authored-by: Clément <clemvnt@gmail.com>
2024-04-19 14:48:04 +02:00
patak
f684d4cd5c
feat: environment api (#16129)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
Co-authored-by: 翠 / green <green@sapphi.red>
Co-authored-by: Jun Shindo <46585162+jay-es@users.noreply.github.com>
Co-authored-by: Greg T. Wallace <greg@gregtwallace.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Caven <cavenasdev@gmail.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Co-authored-by: Matyáš Racek <panstromek@seznam.cz>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-19 14:42:21 +02:00
patak-dev
b41895c922 docs: environment API migration guide stub 2024-04-19 14:33:03 +02:00
btea
e7adcf0878
docs: twoslash cut does not take effect (#16466) 2024-04-19 16:43:55 +09:00
翠 / green
6a127d67ba
fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453) 2024-04-18 18:16:56 +02:00
翠 / green
11444dcee0
feat: show warning if root is in build.outDir (#16454) 2024-04-18 16:06:16 +00:00
Senao
721f94ddac
fix: add base to virtual html (#16442) 2024-04-18 17:46:03 +02:00
Adam Hines
8e54bbd74d
feat: write cspNonce to style tags (#16419) 2024-04-18 10:54:39 +00:00
Senao
af72eabab1
fix: adjust esm syntax judgment logic (#16436) 2024-04-18 10:39:27 +02:00
Adam Hines
b8726357c9
fix(cspNonce): don't overwrite existing nonce values (#16415) 2024-04-18 09:24:26 +02:00
renovate[bot]
6cccef78a5
chore(deps): update dependency eslint-plugin-n to v17 (#16381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-04-15 16:49:17 +08:00
patak-dev
a77707d69c release: v5.2.9 2024-04-15 10:09:58 +02:00
Hiroshi Ogawa
102c2fd5ad
fix: fix accumulated stacks in error overlay (#16393) 2024-04-13 14:48:08 +00:00
Evan You
6c323d5b3a
docs: SF meetup promo (#16398) 2024-04-11 15:59:16 +00:00
Bjorn Lu
e526573cae
docs: add links to environment api (#16392) 2024-04-10 19:17:49 +00:00
btea
f8e0791e3f
docs: update dep optimization options entries (#16204)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-04-09 11:11:09 +02:00
翠 / green
4af9f97cad
fix(legacy): modern polyfill autodetection was not injecting enough polyfills (#16367) 2024-04-09 16:09:35 +08:00
renovate[bot]
58a2938a97
fix(deps): update all non-major dependencies (#16376) 2024-04-08 17:17:01 +02:00
Mehdi
60367eee87
docs: add Mastodon to “resources” in docs navigation (#16370) 2024-04-08 23:07:01 +09:00
btea
77562c3ff2
chore: update region comment (#16380) 2024-04-08 09:43:30 +02:00
btea
b05c405f68
fix: fsp.rm removing files does not take effect (#16032) 2024-04-05 14:39:00 +00:00