UNPKG
vite-plugin-unused-assets
Version:
latest (0.0.5)
0.0.5
0.0.3
0.0.2
0.0.1
查找项目中是否存在是否未使用的资源
github.com/wgbx/vite-plugin-unused-assets
wgbx/vite-plugin-unused-assets
vite-plugin-unused-assets
/
playground
/
tsconfig.node.json
11 lines
(10 loc)
•
213 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}