File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
exports [` CLI --hot webpack 5 1` ] = `
4
4
"<i > [webpack-dev-server] Project is running at http://localhost:8080/
5
- <i > [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/static ' directory
5
+ <i > [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/public ' directory
6
6
<i > [webpack-dev-middleware] asset main.js X KiB [emitted] (name: main)
7
7
<i > runtime modules X KiB 10 modules
8
8
<i > cacheable modules X KiB
@@ -21,7 +21,7 @@ exports[`CLI --hot webpack 5 1`] = `
21
21
22
22
exports[`CLI --no-hot webpack 5 1`] = `
23
23
"<i > [webpack-dev-server] Project is running at http://localhost:8080/
24
- <i > [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/static ' directory
24
+ <i > [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/public ' directory
25
25
<i > [webpack-dev-middleware] asset main.js X KiB [emitted] (name: main)
26
26
<i > runtime modules X bytes 3 modules
27
27
<i > cacheable modules X KiB
You can’t perform that action at this time.
0 commit comments