We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104d318 commit 226bd3cCopy full SHA for 226bd3c
lib/Server.js
@@ -142,7 +142,7 @@ class Server {
142
143
/** @type {string} */
144
const clientEntry = `${require.resolve(
145
- '../../client/index.js'
+ '../client/index.js'
146
)}?${domain}${hostString}${pathString}${portString}${logging}`;
147
148
/** @type {(string[] | string)} */
test/server/utils/DevServerPlugin.test.js
0 commit comments