UNPKG
@rouxx/plugin
Version:
latest (0.0.2)
0.0.2
0.0.1
自动路由
github.com/Hahahahx/roux
Hahahahx/roux
@rouxx/plugin
/
lib
/
plugin.webpack.d.ts
10 lines
(9 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
RouxWebPackPlugin
{
output
:
string
;
page
:
string
;
filename
:
string
;
lazyImport
:
string
;
constructor
(
{ page, output, filename, lazyImport }:
UxPlugin
.
PluginParams
);
apply
(
compiler
:
any
):
void
;
buildRouter
():
void
; }