8000 chore: update vite domain · unjs/unplugin@5a3dbcc · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a3dbcc

Browse files
committed
chore: update vite domain
1 parent d6193bf commit 5a3dbcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Unified plugin system for build tools.
88

99
Currently supports:
1010

11-
- [Vite](https://vitejs.dev/)
11+
- [Vite](https://vite.dev/)
1212
- [Rollup](https://rollupjs.org/)
1313
- [Webpack](https://webpack.js.org/)
1414
- [esbuild](https://esbuild.github.io/)

docs/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lastUpdated: false
1111

1212
**Unplugin** current supports:
1313

14-
- [Vite](https://vitejs.dev/)
14+
- [Vite](https://vite.dev/)
1515
- [Rollup](https://rollupjs.org/)
1616
- [webpack](https://webpack.js.org/)
1717
- [esbuild](https://esbuild.github.io/)
@@ -195,7 +195,7 @@ export default defineConfig({
195195

196196
| Hook | Rollup | Vite | webpack | esbuild | Rspack | Farm | Rolldown |
197197
| --------------------------------------------------------------------------------- | :-------------: | :--: | :-----: | :-------------: | :-------------: | :--: | :------: |
198-
| [`enforce`](https://vitejs.dev/guide/api-plugin.html#plugin-ordering) | ❌ <sup>1</sup> ||| ❌ <sup>1</sup> ||||
198+
| [`enforce`](https://vite.dev/guide/api-plugin.html#plugin-ordering) | ❌ <sup>1</sup> ||| ❌ <sup>1</sup> ||||
199199
| [`buildStart`](https://rollupjs.org/plugin-development/#buildstart) ||||||||
200200
| [`resolveId`](https://rollupjs.org/plugin-development/#resolveid) ||||| ✅ <sup>5</sup> |||
201201
| `loadInclude`<sup>2</sup> ||||||||

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hero:
2424
features:
2525
- title: Vite
2626
details: Next Generation Frontend Tooling.
27-
link: https://vitejs.dev/
27+
link: https://vite.dev/
2828
icon:
2929
src: /features/vitejs.svg
3030

0 commit comments

Comments
 (0)
0