Closed s-KaiNet closed 4 months ago
@Dangerous-Mind The issue is fixed in 1.19.1. To test it, you could explicitly install npm i spfx-fast-serve-helpers@1.19.1 -DE
.
Please check and tell if it works for you.
The issue was solved with this new version.
Many thanks for your excellent work on this project @s-KaiNet
Thank you! Glad it fixed now, closing.
If you have a CSS class names with a few capital letters -
.myABCForm
, fast-serve changes it to.myAbcFrom
, while gulp serve preserves the original names.It leads to different problems with fast-serve - when class name disappears from html markup or just runtime typescript errors.