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
/
options.d.ts
9 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
webpack
from
'webpack'
;
import
schema
from
'./options.schema.json'
;
export
{ schema };
export
interface
LoaderOptions
{
filename
?:
string
;
plugins
?:
boolean
| (
string
| webpack.
Plugin
)[];
ignoredPlugins
?:
string
[]; }
//# sourceMappingURL=options.d.ts.map