Hello,
I have run into an issue with using a component on JET 6.0.0 when using ojet serve. Both the component and app were created after updating to JET 6.0.0.
On initial load everything is fine, and when making changes to both the component-view.html and component-viewModel.js, the changes are working correctly. However, if I make a change to component-styles.css file and save, these changes are not shown on the webpage and the respective component-styles.css in the web directory is not updated.
If I run ojet serve again, the problem is solved with the updated .css file being used.
The app was created with the purpose of learning and experimenting with components so there is not much else in the code, and two other colleagues on separate machines have run into the same issue. Any help would be appreciated.
Cheers,
Frankie