Closed DrSensor closed 6 years ago
"After the build process, it also opens up http://127.0.0.1:8888/ in my browser 🤔" => this is because of the
analyze: true
flag in quasar.conf.js
. I use it to inspect package size on project build.
Is this still an issue, or has it been resolved since you updated yarn?
I solve the build by removing "yarn": ">= 1.6.0"
(weird :thinking: )
https://github.com/g-u-c/guc-desktop/pull/6/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
Ah yes, just knew it now that http://127.0.0.1:8888/ is showing bundle analysis report :open_mouth:
Environment
nvm use 10
): v10.4.1 (npm v6.1.0) [I run on this]nvm use system
): v8.12.0 (npm v6.4.1)yarn global add quasar-cli@latest vue-cli
After the build process, it also opens up http://127.0.0.1:8888/ in my browser :thinking:
If preferable, I can submit this issue on quasar repo after the hackathon is over :slightly_smiling_face: