mirror of https://github.com/webpack/webpack.git
update cli snapshot
This commit is contained in:
parent
b13fe97801
commit
0f3c500be1
|
|
@ -1381,6 +1381,19 @@ Object {
|
|||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
"optimization-real-content-hash": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Use real [contenthash] based on final content of the assets.",
|
||||
"multiple": false,
|
||||
"path": "optimization.realContentHash",
|
||||
"type": "boolean",
|
||||
},
|
||||
],
|
||||
"description": "Use real [contenthash] based on final content of the assets.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
"optimization-remove-available-modules": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
|
|
|
|||
Loading…
Reference in New Issue