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
exports[`basic serve usage should throw error when same ports in multicompiler: stderr 1`] = `
34
110
"[webpack-cli] Error: Unique ports must be specified for each devServer option in your webpack configuration. Alternatively, run only 1 devServer config using the --config-name flag to specify your desired config.
35
111
at stack"
36
112
`;
37
113
114
+
exports[`basic serve usage should throw error when same ports in multicompiler: stdout 1`] = `""`;
115
+
38
116
exports[`basic serve usage should work and log warning on the \`watch option in a configuration: stderr 1`] = `"[webpack-cli] No need to use the 'serve' command together with '{ watch: true }' configuration, it does not make sense."`;
39
117
40
118
exports[`basic serve usage should work in multi compiler mode: stderr 1`] = `""`;
@@ -70,6 +148,8 @@ exports[`basic serve usage should work with the "--output-public-path" option: s
70
148
[webpack-cli] Run 'webpack --help' to see available commands and options"
71
149
`;
72
150
151
+
exports[`basic serve usage should work with the "--output-public-path" option: stdout 1`] = `""`;
152
+
73
153
exports[`basic serve usage should work with the "--port" option: stderr 1`] = `""`;
74
154
75
155
exports[`basic serve usage should work with the "--stats verbose" option: stderr 1`] = `""`;
exports[`basic serve usage should throw error when same ports in multicompiler: stderr 1`] = `
34
111
"[webpack-cli] Error: Unique ports must be specified for each devServer option in your webpack configuration. Alternatively, run only 1 devServer config using the --config-name flag to specify your desired config.
35
112
at stack"
36
113
`;
37
114
115
+
exports[`basic serve usage should throw error when same ports in multicompiler: stdout 1`] = `""`;
116
+
38
117
exports[`basic serve usage should work and log warning on the \`watch option in a configuration: stderr 1`] = `"[webpack-cli] No need to use the 'serve' command together with '{ watch: true }' configuration, it does not make sense."`;
39
118
40
119
exports[`basic serve usage should work in multi compiler mode: stderr 1`] = `""`;
0 commit comments