UNPKG
@rouxx/plugin
Version:
latest (0.0.2)
0.0.2
0.0.1
自动路由
github.com/Hahahahx/roux
Hahahahx/roux
@rouxx/plugin
/
lib
/
index.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
import
{
RouxVitePlugin
}
from
"./plugin.vite"
;
import
{
RouxWebPackPlugin
}
from
"./plugin.webpack"
;
export
{
RouxWebPackPlugin
,
RouxVitePlugin
};