UNPKG
@wii/fastify-webpack
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
fastify plugin for webpack
@wii/fastify-webpack
/
lib
/
types.d.ts
9 lines
(8 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
StatsAsset
,
StatsError
}
from
'webpack'
;
export
type
SyncEvent
= {
assets
:
StatsAsset
[];
errors
:
StatsError
[];
hash
:
string
;
modules
:
Record
<
string
,
string
>;
warnings
:
StatsError
[]; };