-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS Load Order different in Dev vs Prod #45
Comments
Also @tirthbodawala @ankushtiwari-atyantik The dynamic css chunks generated via webpack doesn't loads on Firefox only the static css that's pre injected via server.js works |
Let me check that.
…On Fri, May 1, 2020 at 12:02 AM Vaibhav Gurnani ***@***.***> wrote:
Also @tirthbodawala <https://github.com/tirthbodawala>
@ankushtiwari-atyantik <https://github.com/ankushtiwari-atyantik> The
dynamic css chunks generated via webpack doesn't loads on Firefox only the
static css that's pre injected via server.js works
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#45 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWDN7663N3XZ3DVK7QLWHTRPG75HANCNFSM4MLTF4QA>
.
--
Tirth Bodawala
*Founder*
*Atyantik Technologies*
w: www.atyantik.com e: tirthbodawala@atyantik.com
|
@tirthbodawala @ankushtiwari-atyantik Now when I refactor it to following in browser it starts working fine on firefox, as I think firefox doesn;t supports preload, so you have any solution to fix this ? |
@tirthbodawala @ankushtiwari-atyantik any help ? |
I have the following import statements in my client.js file -
In the development mode my global.css styles have higher preference than bootstrap which is as expected. But in Production the order of the CSS files loading changes with my custom css (global.css) loading before Bootstrap leading to an undesired situation.
I am using pawjs@3.0.0-beta.2
The text was updated successfully, but these errors were encountered: