UNPKG
@stagewise/plugin-builder
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
Build stagewise plugins with ease.
stagewise.io
stagewise-io/stagewise
@stagewise/plugin-builder
/
dist
/
index.d.ts
3 lines
(2 loc)
•
142 B
TypeScript
View Raw
1
2
3
import
{
type
UserConfig
}
from
'vite'
;
export
default
function
buildPlugin
(
projectDir
:
string
,
config
?:
Partial
<
UserConfig
>
):
Promise
<
void
>;