UNPKG
svga-loader
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
SVGA loader for Webpack.
github.com/Adamwu1992/svga-loader
Adamwu1992/svga-loader
svga-loader
/
src
/
schema.json
11 lines
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"title"
:
"SVGA Loader options"
,
"type"
:
"object"
,
"properties"
:
{
"module"
:
{
"description"
:
"By default, svga-loader generates JS modules that use the ES modules syntax."
,
"enum"
:
[
"esm"
,
"cjs"
]
}
}
,
"additionalProperties"
:
false
}