Skip to content

Commit 064fcb6

Browse files
committed
chore: migrate error messages on descriptions
1 parent 3396c59 commit 064fcb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/__snapshots__/Validation.test.js.snap.webpack4

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ exports[`Validation validation should fail validation for invalid \`hot\` config
44
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
55
- configuration.hot should be one of these:
66
boolean | \\"only\\"
7+
-> https://webpack.js.org/configuration/dev-server/#devserverhot
78
Details:
89
* configuration.hot should be a boolean.
910
* configuration.hot should be \\"only\\"."
@@ -31,6 +32,7 @@ exports[`Validation validation should fail validation for invalid \`static\` con
3132
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
3233
- configuration.static should be one of these:
3334
boolean | non-empty string | object { directory?, staticOptions?, publicPath?, serveIndex?, watch? } | [non-empty string | object { directory?, staticOptions?, publicPath?, serveIndex?, watch? }, ...] (should not have fewer than 1 item)
35+
-> https://webpack.js.org/configuration/dev-server/#devserverstatic
3436
Details:
3537
* configuration.static[0] should be one of these:
3638
non-empty string | object { directory?, staticOptions?, publicPath?, serveIndex?, watch? }

0 commit comments

Comments
 (0)