QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.85k stars 1.31k forks source link

[🐞] As shown in the figure, packaging requires configuration. The test environment and production environment access different envs, but the path is wrong after packaging with --mode beta #6922

Open AllenIverson1122 opened 1 month ago

AllenIverson1122 commented 1 month ago

Which component is affected?

Qwik Runtime

Describe the bug

As shown in the figure, packaging requires configuration. The test environment and production environment access different envs, but after --mode beta packaging, the file path is the development path 826DAFAD-39C7-4C29-9846-4BDD6E0712EE C0C3BB14-D528-4BA5-B4CC-40963FD3DC05 E5A281C9-8B34-41DC-9FAC-088A91F11C2C D15D0FDD-AEE7-4EDE-A8BF-6692C10ECB8D

Reproduction

https://stackblitz.com/github/QwikDev/qwik-new-for-stackblitz?file=package.json,dist%2Fbuild%2Flayout_component_vklnxphuh5s.js

Steps to reproduce

npm run build:docker:beta

System Info

System:
    OS: macOS 13.0
    CPU: (8) arm64 Apple M1
    Memory: 173.20 MB / 16.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 20.13.1 - ~/.nvm/versions/node/v20.13.1/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.5.2 - ~/.nvm/versions/node/v20.13.1/bin/npm
    pnpm: 8.15.8 - ~/node_modules/.bin/pnpm
  Browsers:
    Chrome: 129.0.6668.71
    Edge: 129.0.2792.65
    Safari: 16.1

Additional Information

No response