Skip to content

Commit

Permalink
update snapshot and move cli test to basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 5, 2021
1 parent 7afcc5d commit e06c2c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -462,29 +462,29 @@ Object {
"multiple": false,
"simpleType": "boolean",
},
"experiments-asset": Object {
"experiments-async-web-assembly": Object {
"configs": Array [
Object {
"description": "Allow module type 'asset' to generate assets.",
"description": "Support WebAssembly as asynchronous EcmaScript Module.",
"multiple": false,
"path": "experiments.asset",
"path": "experiments.asyncWebAssembly",
"type": "boolean",
},
],
"description": "Allow module type 'asset' to generate assets.",
"description": "Support WebAssembly as asynchronous EcmaScript Module.",
"multiple": false,
"simpleType": "boolean",
},
"experiments-async-web-assembly": Object {
"experiments-back-compat": Object {
"configs": Array [
Object {
"description": "Support WebAssembly as asynchronous EcmaScript Module.",
"description": "Enable backward-compat layer with deprecation warnings for many webpack 4 APIs.",
"multiple": false,
"path": "experiments.asyncWebAssembly",
"path": "experiments.backCompat",
"type": "boolean",
},
],
"description": "Support WebAssembly as asynchronous EcmaScript Module.",
"description": "Enable backward-compat layer with deprecation warnings for many webpack 4 APIs.",
"multiple": false,
"simpleType": "boolean",
},
Expand Down Expand Up @@ -610,13 +610,13 @@ Object {
"experiments-layers": Object {
"configs": Array [
Object {
"description": "Enable module and chunk layers.",
"description": "Enable module layers.",
"multiple": false,
"path": "experiments.layers",
"type": "boolean",
},
],
"description": "Enable module and chunk layers.",
"description": "Enable module layers.",
"multiple": false,
"simpleType": "boolean",
},
Expand Down

0 comments on commit e06c2c0

Please sign in to comment.