Skip to content

Commit 729712b

Browse files
authored
fixup!
1 parent cfaa122 commit 729712b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ class Server {
560560
* @returns {boolean} true when target is `web`, otherwise false
561561
*/
562562
static isWebTarget(compiler) {
563-
return compiler.platform?.web || false;
563+
return compiler.platform.web || false;
564564
}
565565

566566
/**

0 commit comments

Comments
 (0)