Andy Damevin
Andy Damevin
It seems the file watcher is receiving a file modification event for some unknown reason then it's calling `notifyExtensions` too soon. I'll have a look to avoid calling notify when...
Ok in 2.0 I added a try catch for this but I am going to push a patch on Qute in core in that case...
Thanks @nderwin for the reproducer, I'll have a look!
@nderwin something you can do until I find a fix is use css instead of scss if that's alright for your usecase?
Let me know
@nderwin this should be the same in dev mode right? auto-import is in adding stuff that are declared in web deps package.json
Hello @gbourant, thanks for reporting this! I don't see any place where we would convert it. Could you print the output of your example here?
@gbourant it's fixed right?
The issue is that the package.json have direct calls to npm. As a workaround, this works if adding: ``` quarkus.quinoa.package-manager-install.npm-version=10.8.1 ``` Because it will put npm in the path. I...
Found the issue upstream and created one: https://github.com/eirslett/frontend-maven-plugin/issues/1152