You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[non-empty string, ...] (should not have fewer than 1 item) | \\"auto\\" | \\"all\\" | non-empty string
7
17
-> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
8
18
Details:
9
19
* options.allowedHosts should be an array:
10
-
[non-empty string, ...]
20
+
[non-empty string, ...] (should not have fewer than 1 item)
11
21
* options.allowedHosts should be one of these:
12
22
\\"auto\\" | \\"all\\"
13
23
* options.allowedHosts should be a non-empty string."
@@ -16,11 +26,11 @@ exports[`options validate should throw an error on the "allowedHosts" option wit
16
26
exports[`options validate should throw an error on the "allowedHosts" option with 'false' value 1`] = `
17
27
"ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
[non-empty string, ...] (should not have fewer than 1 item) | \\"auto\\" | \\"all\\" | non-empty string
20
30
-> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
21
31
Details:
22
32
* options.allowedHosts should be an array:
23
-
[non-empty string, ...]
33
+
[non-empty string, ...] (should not have fewer than 1 item)
24
34
* options.allowedHosts should be one of these:
25
35
\\"auto\\" | \\"all\\"
26
36
* options.allowedHosts should be a non-empty string."
@@ -29,11 +39,11 @@ exports[`options validate should throw an error on the "allowedHosts" option wit
29
39
exports[`options validate should throw an error on the "allowedHosts" option with 'true' value 1`] = `
30
40
"ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
[non-empty string, ...] (should not have fewer than 1 item) | \\"auto\\" | \\"all\\" | non-empty string
33
43
-> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
34
44
Details:
35
45
* options.allowedHosts should be an array:
36
-
[non-empty string, ...]
46
+
[non-empty string, ...] (should not have fewer than 1 item)
37
47
* options.allowedHosts should be one of these:
38
48
\\"auto\\" | \\"all\\"
39
49
* options.allowedHosts should be a non-empty string."
[non-empty string, ...] (should not have fewer than 1 item) | \\"auto\\" | \\"all\\" | non-empty string
7
17
-> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
8
18
Details:
9
19
* options.allowedHosts should be an array:
10
-
[non-empty string, ...]
20
+
[non-empty string, ...] (should not have fewer than 1 item)
11
21
* options.allowedHosts should be one of these:
12
22
\\"auto\\" | \\"all\\"
13
23
* options.allowedHosts should be a non-empty string."
@@ -16,11 +26,11 @@ exports[`options validate should throw an error on the "allowedHosts" option wit
16
26
exports[`options validate should throw an error on the "allowedHosts" option with 'false' value 1`] = `
17
27
"ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
[non-empty string, ...] (should not have fewer than 1 item) | \\"auto\\" | \\"all\\" | non-empty string
20
30
-> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
21
31
Details:
22
32
* options.allowedHosts should be an array:
23
-
[non-empty string, ...]
33
+
[non-empty string, ...] (should not have fewer than 1 item)
24
34
* options.allowedHosts should be one of these:
25
35
\\"auto\\" | \\"all\\"
26
36
* options.allowedHosts should be a non-empty string."
@@ -29,11 +39,11 @@ exports[`options validate should throw an error on the "allowedHosts" option wit
29
39
exports[`options validate should throw an error on the "allowedHosts" option with 'true' value 1`] = `
30
40
"ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
[non-empty string, ...] (should not have fewer than 1 item) | \\"auto\\" | \\"all\\" | non-empty string
33
43
-> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
34
44
Details:
35
45
* options.allowedHosts should be an array:
36
-
[non-empty string, ...]
46
+
[non-empty string, ...] (should not have fewer than 1 item)
37
47
* options.allowedHosts should be one of these:
38
48
\\"auto\\" | \\"all\\"
39
49
* options.allowedHosts should be a non-empty string."
0 commit comments