UNPKG
casterly
Version:
latest (0.8.0)
next (0.9.0-alpha.12)
0.9.0-alpha.12
0.9.0-alpha.11
0.9.0-alpha.10
0.9.0-alpha.9
0.9.0-alpha.8
0.9.0-alpha.7
0.9.0-alpha.6
0.9.0-alpha.4
0.9.0-alpha.3
0.9.0-alpha.2
0.9.0-alpha.1
0.9.0-alpha.0
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
CLI for Casterly
github.com/lucasecdb/casterly
lucasecdb/casterly
casterly
/
lib
/
src
/
config
/
webpack
/
plugins
/
RouteChunksRegisterPlugin.d.ts
5 lines
(4 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Compiler
}
from
'webpack'
;
export
default
class
RouteChunksRegisterPlugin
{
apply
(
compiler
:
Compiler
):
void
; }