UNPKG
@sanpjs/bundler-webpack
Version:
latest (0.1.0)
0.1.0
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
@sanpjs/bundler-webpack
@sanpjs/bundler-webpack
/
dist
/
inspect
/
initialRes.d.ts
5 lines
(4 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
import
{
Processor
}
from
'../../types'
;
import
type
{
StatsCompilation
as
Compilation
}
from
'webpack'
;
declare
const
_default
:
(
compilations
:
Compilation
[],
initialResConfig
:
any
) =>
Processor
[];
export
default
_default;