Skip to content

Instantly share code, notes, and snippets.

@shantanuo
Created March 14, 2019 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shantanuo/605c108e0baff76dd54df265f7203df8 to your computer and use it in GitHub Desktop.
Save shantanuo/605c108e0baff76dd54df265f7203df8 to your computer and use it in GitHub Desktop.
npm start output
# output of npm start command...
# npm start
> amplify-js-app@1.0.0 start /amplify-js-app
> webpack && webpack-dev-server --mode development
Hash: 7ae7e983cf728aac0aca
Version: webpack 4.29.6
Time: 107ms
Built at: 03/14/2019 7:52:13 AM
Asset Size Chunks Chunk Names
index.html 1.53 KiB [emitted]
main.bundle.js 28.6 KiB main [emitted] main
Entrypoint main = main.bundle.js
[./src/app.js] 0 bytes {main} [built]
ℹ 「wds」: Project is running at http://localhost:8080/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: Content not from webpack is served from ./dist
ℹ 「wdm」: Hash: 33382e3862f31861b609
Version: webpack 4.29.6
Time: 435ms
Built at: 03/14/2019 7:52:15 AM
Asset Size Chunks Chunk Names
index.html 1.53 KiB [emitted]
main.bundle.js 377 KiB main [emitted] main
Entrypoint main = main.bundle.js
[0] multi (webpack)-dev-server/client?http://localhost:8080 (webpack)/hot/dev-server.js ./src/app.js 52 bytes {main} [built]
[./node_modules/ansi-html/index.js] 4.16 KiB {main} [built]
[./node_modules/loglevel/lib/loglevel.js] 7.68 KiB {main} [built]
[./node_modules/querystring-es3/index.js] 127 bytes {main} [built]
[./node_modules/url/url.js] 22.8 KiB {main} [built]
[./node_modules/webpack-dev-server/client/index.js?http://localhost:8080] (webpack)-dev-server/client?http://localhost:8080 8.1 KiB {main} [built]
[./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.59 KiB {main} [built]
[./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.05 KiB {main} [built]
[./node_modules/webpack-dev-server/node_modules/strip-ansi/index.js] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {main} [built]
[./node_modules/webpack/hot sync ^\.\/log$] (webpack)/hot sync nonrecursive ^\.\/log$ 170 bytes {main} [built]
[./node_modules/webpack/hot/dev-server.js] (webpack)/hot/dev-server.js 1.61 KiB {main} [built]
[./node_modules/webpack/hot/emitter.js] (webpack)/hot/emitter.js 75 bytes {main} [built]
[./node_modules/webpack/hot/log-apply-result.js] (webpack)/hot/log-apply-result.js 1.27 KiB {main} [built]
[./node_modules/webpack/hot/log.js] (webpack)/hot/log.js 1.11 KiB {main} [built]
[./src/app.js] 0 bytes {main} [built]
+ 13 hidden modules
ℹ 「wdm」: Compiled successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment