Advertisement
qwertys318

Untitled

Jun 17th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. git clone https://github.com/extraton/extraton-extension.git
  2. Cloning into 'extraton-extension'...
  3. remote: Enumerating objects: 1213, done.
  4. remote: Counting objects: 100% (544/544), done.
  5. remote: Compressing objects: 100% (323/323), done.
  6. remote: Total 1213 (delta 286), reused 423 (delta 213), pack-reused 669
  7. Receiving objects: 100% (1213/1213), 8.21 MiB | 4.16 MiB/s, done.
  8. Resolving deltas: 100% (675/675), done.
  9. โžœ ~ cd extraton-extension
  10. โžœ extraton-extension git:(master) git checkout contest-stage-1
  11. Branch 'contest-stage-1' set up to track remote branch 'contest-stage-1' from 'origin'.
  12. Switched to a new branch 'contest-stage-1'
  13. โžœ extraton-extension git:(contest-stage-1) yarn install
  14. yarn install v1.22.10
  15. [1/4] ๐Ÿ” Resolving packages...
  16. [2/4] ๐Ÿšš Fetching packages...
  17. [3/4] ๐Ÿ”— Linking dependencies...
  18. warning " > copy-webpack-plugin@6.2.0" has unmet peer dependency "webpack@^4.37.0 || ^5.0.0".
  19. warning " > sass-loader@8.0.2" has unmet peer dependency "webpack@^4.36.0 || ^5.0.0".
  20. warning "vue-cli-plugin-vuetify > null-loader@3.0.0" has unmet peer dependency "webpack@^4.3.0".
  21. warning " > vuetify-loader@1.6.0" has unmet peer dependency "webpack@^4.0.0".
  22. [4/4] ๐Ÿ”จ Building fresh packages...
  23. โœจ Done in 23.96s.
  24. โžœ extraton-extension git:(contest-stage-1) yarn run build
  25. yarn run v1.22.10
  26. $ vue-cli-service build
  27.  
  28. โ ‹ Building for production... WARN No `key.pem` file detected. This is problematic only if you are publishing an existing extension
  29. โ ฆ Building for production...
  30.  
  31. WARNING Compiled with 3 warnings 10:38:40 PM
  32.  
  33. warning
  34.  
  35. asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  36. This can impact web performance.
  37. Assets:
  38. fonts/materialdesignicons-webfont.7a44ea19.woff2 (318 KiB)
  39. fonts/materialdesignicons-webfont.147e3378.woff (454 KiB)
  40. fonts/materialdesignicons-webfont.64d4cf64.eot (1000 KiB)
  41. fonts/materialdesignicons-webfont.174c02fc.ttf (1000 KiB)
  42. css/background.css (390 KiB)
  43. js/background.js (710 KiB)
  44. css/index.css (670 KiB)
  45. js/index.js (763 KiB)
  46. tonclient_1.12.0.wasm (4.78 MiB)
  47.  
  48. warning
  49.  
  50. entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  51. Entrypoints:
  52. index (1.4 MiB)
  53. css/index.css
  54. js/index.js
  55. background (1.07 MiB)
  56. css/background.css
  57. js/background.js
  58.  
  59.  
  60. warning
  61.  
  62. webpack performance recommendations:
  63. You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
  64. For more info visit https://webpack.js.org/guides/code-splitting/
  65.  
  66. File Size Gzipped
  67.  
  68. dist/js/index.js 763.26 KiB 242.52 KiB
  69. dist/js/background.js 709.55 KiB 227.46 KiB
  70. dist/css/index.css 670.11 KiB 92.42 KiB
  71. dist/css/background.css 390.11 KiB 46.86 KiB
  72.  
  73. Images and other types of assets omitted.
  74.  
  75. DONE Build complete. The dist directory is ready to be deployed.
  76. INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
  77.  
  78. โœจ Done in 38.53s.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement