Please clone the project above.
npm install
npm run dev
What is expected?
Css loading after reload.
What is actually happening?
Css is not apply on reload, though it is well apply on first run. I know im trying to use typescript with your product, which might be the problem (not sure though).
I am using tsconfig basrUrl & Paths for non relative import. The root file "global.d.ts" is here to avoid TS warnings on imports.
I really hope you can help me with this bug, since i am stuck for hours, and i would really love to use your product for my front-end.
Version
last
Reproduction link
https://github.com/PierreVelluet/yournextjourney_front.git
Operating System
macos (last)
Device
macbook pro
Browser & Version
chrome (last)
Steps to reproduce
Please clone the project above. npm install npm run dev
What is expected?
Css loading after reload.
What is actually happening?
Css is not apply on reload, though it is well apply on first run. I know im trying to use typescript with your product, which might be the problem (not sure though).
I am using tsconfig basrUrl & Paths for non relative import. The root file "global.d.ts" is here to avoid TS warnings on imports.
I really hope you can help me with this bug, since i am stuck for hours, and i would really love to use your product for my front-end.
Best regards, Pierre
Solution
Additional comments