UNPKG
@eaglesong/task-panorama
Version:
latest (0.2.0)
0.2.0
0.1.0
Eaglesong task for Panorama
github.com/ark120202/eaglesong
ark120202/eaglesong
@eaglesong/task-panorama
/
lib
/
plugins
/
entry-loader.d.ts
7 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
webpack
from
'webpack'
;
export
interface
EntryLoaderOptions
{
filename
?:
string
;
plugins
?: (
string
| webpack.
Plugin
)[]; }
export
declare
function
pitch
(
this
: webpack.loader.
LoaderContext
,
request
:
string
):
void
;
//# sourceMappingURL=entry-loader.d.ts.map