Updated expected webpack output in setup guide

This commit is contained in:
Germain 2021-03-22 12:39:26 +00:00 committed by GitHub
parent a1c602c98e
commit 740bf51e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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