poi
poi copied to clipboard
Chrome loses css styles
First of all thanks for Poi!
Sometimes (mostly randomly or I can't just catch it) when I change some css in Chrome DevTools, Chrome loses mostly all styles. Previously I used my own webpack configuration and just switched to Poi, everything was okay.
Any ideas what's wrong?
There is a $40.00 open bounty on this issue. Add more on Issuehunt.
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on Issuehunt to raise funds.
If it's a Vue.js, it might be caused by the cache of vue-loader/vue-style-loader, not entirely sure about this, but removing node_modules/.cache
might help.
So it happens in vue-cli too (only for .vue component) https://github.com/vuejs/vue-cli/issues/3691
The workaround is to disable css source map: https://poi.js.org/config.html#css-sourcemap
@issuehunt has funded $40.00 to this issue.
- Submit pull request via IssueHunt to receive this reward.
- Want to contribute? Chip in to this issue via IssueHunt.
- Checkout the IssueHunt Issue Explorer to see more funded issues.
- Need help from developers? Add your repository on IssueHunt to raise funds.
This issue has been marked as Stale, it will be closed in a week if there's no furthur activity.