Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. > astro-new@1.0.0 production /astro-frontend
  2. > webpack --config config/webpack.production.config --progress && serve -s dist
  3.  
  4. clean-webpack-plugin: /astro-frontend/dist has been removed.
  5. 70% building modules 1094Hash: f73b0ca83c643209e3d7
  6. Version: webpack 4.20.2
  7. Time: 20353ms
  8. Built at: 2019-02-22 15:34:52
  9. Asset Size Chunks Chunk Names
  10. img/visa.svg 2.01 KiB [emitted]
  11. img/login.svg 2.3 KiB [emitted]
  12. img/bg.svg 741 bytes [emitted]
  13. img/southnode.png 5.38 KiB [emitted]
  14. img/gmail.svg 1.64 KiB [emitted]
  15. img/vk.svg 1.9 KiB [emitted]
  16. img/facebook.svg 1.07 KiB [emitted]
  17. img/eye.svg 1.03 KiB [emitted]
  18. img/profile.svg 1.22 KiB [emitted]
  19. img/payment.svg 1.48 KiB [emitted]
  20. img/settings.svg 1.07 KiB [emitted]
  21. img/tarif.svg 2.95 KiB [emitted]
  22. fonts/Inter-UI-Regular.woff2 149 KiB [emitted]
  23. fonts/Inter-UI-Regular.woff 199 KiB [emitted]
  24. fonts/Inter-UI-Medium.woff2 156 KiB [emitted]
  25. fonts/Inter-UI-Medium.woff 207 KiB [emitted]
  26. fonts/Inter-UI-Bold.woff2 160 KiB [emitted]
  27. fonts/Inter-UI-Bold.woff 213 KiB [emitted]
  28. img/menu.svg 617 bytes [emitted]
  29. img/done.svg 971 bytes [emitted]
  30. img/icn-orbises-menu.svg 1.63 KiB [emitted]
  31. img/pdf1.pdf 150 KiB [emitted]
  32. img/pdf2.pdf 174 KiB [emitted]
  33. img/pdf3.pdf 196 KiB [emitted]
  34. img/pdf4.pdf 220 KiB [emitted]
  35. img/page-bg.jpg 302 KiB [emitted] [big]
  36. img/cancel.svg 920 bytes [emitted]
  37. img/exit.svg 833 bytes [emitted]
  38. img/sun.png 5.57 KiB [emitted]
  39. img/moon.png 5.24 KiB [emitted]
  40. img/mercury.png 2.04 KiB [emitted]
  41. img/venus.png 4.93 KiB [emitted]
  42. img/mars.png 5.21 KiB [emitted]
  43. img/jupiter.png 4.91 KiB [emitted]
  44. img/saturn.png 4.72 KiB [emitted]
  45. img/uranus.png 4.61 KiB [emitted]
  46. img/neptune.png 4.87 KiB [emitted]
  47. img/pluto.png 641 bytes [emitted]
  48. img/pluto_white.png 5.31 KiB [emitted]
  49. img/northnode.png 5.32 KiB [emitted]
  50. img/selena.png 547 bytes [emitted]
  51. img/selena_white.png 507 bytes [emitted]
  52. img/icn_plus.svg 587 bytes [emitted]
  53. img/icn_minus.svg 502 bytes [emitted]
  54. img/black-date-picker.svg 2.61 KiB [emitted]
  55. fonts/FontAwesome.otf 132 KiB [emitted]
  56. fonts/AstroDotBasic.ttf 14.7 KiB [emitted]
  57. img/angle-right.png 17 KiB [emitted]
  58. img/angle-left.png 17.5 KiB [emitted]
  59. app.bundle.js 2.19 MiB 0 [emitted] [big] app
  60. app.bundle.js.map 5.11 MiB 0 [emitted] app
  61. favicon.ico 14.7 KiB [emitted]
  62. index.html 3.19 KiB [emitted]
  63. Entrypoint app [big] = app.bundle.js app.bundle.js.map
  64. [7] (webpack)/buildin/harmony-module.js 573 bytes {0} [built]
  65. [24] ./node_modules/react-redux/es/index.js + 19 modules 36.2 KiB {0} [built]
  66. | 20 modules
  67. [59] ./node_modules/react-router-dom/es/withRouter.js + 1 modules 1.56 KiB {0} [built]
  68. | 2 modules
  69. [62] ./src/styled-components/theme.js 2.96 KiB {0} [built]
  70. [92] ./node_modules/history/es/index.js + 9 modules 34.8 KiB {0} [built]
  71. | 10 modules
  72. [159] ./src/constants/enum.js 6.17 KiB {0} [built]
  73. [398] ./src/styled-components/global.js 1.63 KiB {0} [built]
  74. [407] ./src/routes/index.js 768 bytes {0} [built]
  75. [476] ./src/store/index.js 1.25 KiB {0} [built]
  76. [489] ./node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js + 1 modules 4.36 KiB {0} [built]
  77. | 2 modules
  78. [574] multi ./src/index.js 28 bytes {0} [built]
  79. [575] ./src/index.js 2.31 KiB {0} [built]
  80. [812] ./src/assets/styles/index.css 1.07 KiB {0} [built]
  81. [813] ./node_modules/css-loader!./src/assets/styles/index.css 1.38 KiB {0} [built]
  82. [816] ./src/styles/styles.css 1.06 KiB {0} [built]
  83. + 961 hidden modules
  84.  
  85. WARNING in configuration
  86. The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.
  87. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/concepts/mode/
  88.  
  89. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  90. This can impact web performance.
  91. Assets:
  92. img/page-bg.jpg (302 KiB)
  93. app.bundle.js (2.19 MiB)
  94.  
  95. WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  96. Entrypoints:
  97. app (2.19 MiB)
  98. app.bundle.js
  99.  
  100.  
  101. WARNING in webpack performance recommendations:
  102. You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
  103. For more info visit https://webpack.js.org/guides/code-splitting/
  104. Child html-webpack-plugin for "index.html":
  105. 1 asset
  106. Entrypoint undefined = index.html
  107. [0] ./node_modules/html-webpack-plugin/lib/loader.js!./public/index.html 3.34 KiB {0} [built]
  108. [2] (webpack)/buildin/global.js 509 bytes {0} [built]
  109. [3] (webpack)/buildin/module.js 519 bytes {0} [built]
  110. + 1 hidden module
  111. INFO: Accepting connections at http://localhost:5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement