File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Unified plugin system for build tools.
8
8
9
9
Currently supports:
10
10
11
- - [ Vite] ( https://vitejs .dev/ )
11
+ - [ Vite] ( https://vite .dev/ )
12
12
- [ Rollup] ( https://rollupjs.org/ )
13
13
- [ Webpack] ( https://webpack.js.org/ )
14
14
- [ esbuild] ( https://esbuild.github.io/ )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ lastUpdated: false
11
11
12
12
** Unplugin** current supports:
13
13
14
- - [ Vite] ( https://vitejs .dev/ )
14
+ - [ Vite] ( https://vite .dev/ )
15
15
- [ Rollup] ( https://rollupjs.org/ )
16
16
- [ webpack] ( https://webpack.js.org/ )
17
17
- [ esbuild] ( https://esbuild.github.io/ )
@@ -195,7 +195,7 @@ export default defineConfig({
195
195
196
196
| Hook | Rollup | Vite | webpack | esbuild | Rspack | Farm | Rolldown |
197
197
| --------------------------------------------------------------------------------- | :-------------: | :--: | :-----: | :-------------: | :-------------: | :--: | :------: |
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 > | ✅ | ✅ | ✅ |
199
199
| [ ` buildStart ` ] ( https://rollupjs.org/plugin-development/#buildstart ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
200
200
| [ ` resolveId ` ] ( https://rollupjs.org/plugin-development/#resolveid ) | ✅ | ✅ | ✅ | ✅ | ✅ <sup >5</sup > | ✅ | ✅ |
201
201
| ` loadInclude ` <sup >2</sup > | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Original file line number Diff line number Diff line change 24
24
features :
25
25
- title : Vite
26
26
details : Next Generation Frontend Tooling.
27
- link : https://vitejs .dev/
27
+ link : https://vite .dev/
28
28
icon :
29
29
src : /features/vitejs.svg
30
30
You can’t perform that action at this time.
0 commit comments