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
// If this bundle is inlined, use the resource query to get the correct url.
13
-
// format is like `?http://0.0.0.0:8096&port=8097&host=localhost`
14
-
urlParts=url.parse(
15
-
resourceQuery
16
-
// strip leading `?` from query string to get a valid URL
17
-
.substr(1)
18
-
// replace first `&` with `?` to have a valid query string
19
-
.replace('&','?'),
20
-
true
21
-
);
22
-
}else{
23
-
// Else, get the url from the <script> this file was called with.
24
-
constscriptHost=getCurrentScriptSource();
25
-
urlParts=url.parse(scriptHost||'/',true,true);
26
-
}
27
-
28
-
// Use parameter to allow passing location in unit tests
// If this bundle is inlined, use the resource query to get the correct url.
13
+
// format is like `?http://0.0.0.0:8096&port=8097&host=localhost`
14
+
options=url.parse(
15
+
resourceQuery
16
+
// strip leading `?` from query string to get a valid URL
17
+
.substr(1)
18
+
// replace first `&` with `?` to have a valid query string
19
+
.replace('&','?'),
20
+
true
21
+
);
22
+
}else{
23
+
// Else, get the url from the <script> this file was called with.
"<i> [webpack-dev-server] Project is running at http://localhost:8080/
80
84
<i> [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/static' directory
81
85
<i> [webpack-dev-middleware] asset main.js X KiB [emitted] (name: main)
82
-
<i> runtime modules X bytes 3 modules
83
-
<i> cacheable modules X KiB
84
-
<i> modules by path ../../../node_modules/ X KiB 14 modules
86
+
<i> runtime modules X bytes 2 modules
87
+
<i> modules by path ../../../ X KiB
88
+
<i> modules by path ../../../node_modules/ X KiB
89
+
<i> modules by path ../../../node_modules/html-entities/lib/*.js X KiB 4 modules
90
+
<i> modules by path ../../../node_modules/url/ X KiB 3 modules
91
+
<i> modules by path ../../../node_modules/querystring/*.js X KiB 3 modules
92
+
<i> modules by path ../../../node_modules/webpack/hot/*.js X KiB 2 modules
93
+
<i> 2 modules
85
94
<i> modules by path ../../../client/ X KiB
86
-
<i> modules by path ../../../client/default/ X KiB 8 modules
95
+
<i> modules by path ../../../client/default/ X KiB 9 modules
87
96
<i> modules by path ../../../client/transpiled-modules/*.js X KiB 2 modules
88
97
<i> modules by path ../../../client/clients/*.js X KiB
89
98
<i> ../../../client/clients/WebsocketClient.js X KiB [built] [code generated]
90
99
<i> ../../../client/clients/BaseClient.js X KiB [built] [code generated]
91
-
<i> ./foo.js X bytes [built] [code generated]
92
-
<i> ../../../node_modules/webpack/hot/ sync nonrecursive ^\\\\.\\\\/log$ X bytes [built] [code generated]
0 commit comments