Skip to content

Commit 06f8565

Browse files
committed
chore: add vite-plugin-inspect
1 parent b28df7d commit 06f8565

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

examples/vue3/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"vite": "^2.4.4",
2020
"vite-plugin-components": "workspace:*",
2121
"vite-plugin-icons": "^0.6.5",
22+
"vite-plugin-inspect": "^0.0.2",
2223
"vite-plugin-md": "^0.10.0",
2324
"vite-plugin-vue-svg": "^0.1.0"
2425
}

examples/vue3/vite.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Markdown from 'vite-plugin-md'
66
import Icons, { ViteIconsResolver } from 'vite-plugin-icons'
77
// @ts-expect-error
88
import SVG from 'vite-plugin-vue-svg'
9+
import Inspect from 'vite-plugin-inspect'
910

1011
const config: UserConfig = {
1112
resolve: {
@@ -20,6 +21,7 @@ const config: UserConfig = {
2021
Markdown(),
2122
SVG(),
2223
Icons(),
24+
Inspect(),
2325
ViteComponents({
2426
extensions: ['vue', 'md', 'svg'],
2527
directoryAsNamespace: true,

pnpm-lock.yaml

+43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)