UNPKG
@voya-kit/vite-config
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
Voya vite config
@voya-kit/vite-config
/
dist
/
plugins
/
html.d.ts
5 lines
(4 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
PluginOption
}
from
'vite'
;
export
declare
function
configHtmlPlugin
(
{ isBuild }: { isBuild:
boolean
; }
):
PluginOption
[];