Advertisement
lgavinhomidiacode

Untitled

Jan 13th, 2022
2,232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. Luizs-MBP-2:midiacode-webreader lgavinho$ quasar clean
  3.  app:artifacts Cleaned build artifact: "/Volumes/AppleII/projects/midiacode-workspace/midiacode-webreader/dist/spa" +0ms
  4.  app:artifacts Cleaned build artifact: "/Volumes/AppleII/projects/midiacode-workspace/midiacode-webreader/.quasar" +3ms
  5.  app:artifacts Emptied dist folder +0ms
  6.  
  7.  app:clean Done cleaning build artifacts +0ms
  8.  
  9. Luizs-MBP-2:midiacode-webreader lgavinho$ quasar build
  10.  
  11.  Build mode........ spa
  12.  Pkg quasar........ v1.10.0
  13.  Pkg @quasar/app... v1.8.2
  14.  Debugging......... no
  15.  Publishing........ no
  16.  
  17.  app:extension Running "@quasar/qpdfviewer" Quasar App Extension... +0ms
  18.  app:quasar-conf Reading quasar.conf.js +5ms
  19.  app:quasar-conf Extension(@quasar/qpdfviewer): Extending quasar.conf... +4ms
  20.  App Extension (qpdfviewer) Info: 'Adding qpdfviewer boot reference to your quasar.conf.js'
  21.  App Extension (qpdfviewer) Info: 'Adding pdfviewer.styl css reference to your quasar.conf.js'
  22.  app:webpack Extending SPA Webpack config +1s
  23.  app:artifacts Cleaned build artifact: "/Volumes/AppleII/projects/midiacode-workspace/midiacode-webreader/dist/spa" +134ms
  24.  app:generator Generating Webpack entry point +0ms
  25.  app:build Building... +4ms
  26.  
  27.  • Compiling:
  28.  
  29.  • Compiling:
  30.  └── SPA ███                  14% building 41/103 modules 62 active
  31.  
  32. (node:14629) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
  33. (Use `node --trace-warnings ...` to show where the warning was created)
  34. (node:14629) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
  35.  
  36.  • Compiling:
  37.  └── SPA ████████████████████ 100% done in ~11s
  38.  
  39.  app:artifacts Added build artifact "/Volumes/AppleII/projects/midiacode-workspace/midiacode-webreader/dist/spa"'t work
  40.  
  41. Tip: You can use "$ quasar serve" command to create a web server,
  42.      both for testing or production. Type "$ quasar serve -h" for
  43.      parameters. Also, an npm script (usually named "start") can
  44.      be added for deployment environments.
  45.      If you're using Vue Router "history" mode, don't forget to
  46.      specify the "--history" parameter: "$ quasar serve --history"
  47.  
  48. Luizs-MBP-2:midiacode-webreader lgavinho$
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement