mirror of https://github.com/webpack/webpack.git
update cli snapshots
This commit is contained in:
parent
7572217e97
commit
c0146653e8
|
|
@ -877,6 +877,19 @@ Object {
|
|||
"multiple": false,
|
||||
"simpleType": "string",
|
||||
},
|
||||
"module-generator-asset-emit": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Emit an output asset from this asset module. This can be set to 'false' to omit emitting e. g. for SSR.",
|
||||
"multiple": false,
|
||||
"path": "module.generator.asset.emit",
|
||||
"type": "boolean",
|
||||
},
|
||||
],
|
||||
"description": "Emit an output asset from this asset module. This can be set to 'false' to omit emitting e. g. for SSR.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
"module-generator-asset-filename": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
|
|
@ -920,6 +933,19 @@ Object {
|
|||
"multiple": false,
|
||||
"simpleType": "string",
|
||||
},
|
||||
"module-generator-asset-resource-emit": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Emit an output asset from this asset module. This can be set to 'false' to omit emitting e. g. for SSR.",
|
||||
"multiple": false,
|
||||
"path": "module.generator.asset/resource.emit",
|
||||
"type": "boolean",
|
||||
},
|
||||
],
|
||||
"description": "Emit an output asset from this asset module. This can be set to 'false' to omit emitting e. g. for SSR.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
"module-generator-asset-resource-filename": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
|
|
|
|||
Loading…
Reference in New Issue