s-KaiNet / spfx-fast-serve

Improve your SharePoint Framework development flow by speeding up the "serve" command :rocket:
MIT License
133 stars 11 forks source link

Inconsistent class names between gulp serve and fast-serve #140

Closed s-KaiNet closed 2 weeks ago

s-KaiNet commented 2 weeks ago

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.

s-KaiNet commented 2 weeks 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.

Dangerous-Mind commented 2 weeks ago

The issue was solved with this new version.

Many thanks for your excellent work on this project @s-KaiNet

s-KaiNet commented 2 weeks ago

Thank you! Glad it fixed now, closing.