Updated expected webpack output in setup guide

Updated expected webpack output in setup guide
pull/16447/head
Germain 2021-03-22 15:50:49 +00:00 committed by GitHub
commit b211407b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 9 deletions

View File

@ -298,15 +298,10 @@ yarn start
Wait a few seconds for the initial build to finish; you should see something like: Wait a few seconds for the initial build to finish; you should see something like:
``` ```
Hash: b0af76309dd56d7275c8 [element-js] <s> [webpack.Progress] 100%
Version: webpack 1.12.14 [element-js]
Time: 14533ms [element-js] 「wdm」: 1840 modules
Asset Size Chunks Chunk Names [element-js] 「wdm」: Compiled successfully.
bundle.js 4.2 MB 0 [emitted] main
bundle.css 91.5 kB 0 [emitted] main
bundle.js.map 5.29 MB 0 [emitted] main
bundle.css.map 116 kB 0 [emitted] main
+ 1013 hidden modules
``` ```
Remember, the command will not terminate since it runs the web server Remember, the command will not terminate since it runs the web server
and rebuilds source files when they change. This development server also and rebuilds source files when they change. This development server also