James Wilkinson

Results 12 comments of James Wilkinson

Can we get a fix for this in non storybook 7? for those who can't upgrade?

I also have issues with HMR, it appears that HMR wont work if Vite is not installed at the top level of your diretory, I made a sample app in...

I blew away node_modules and package-lock did a fresh npm install and still the same issue it doesn't run. Also using VSCode. My co-worker on a mac also sees the...

I did… fresh install the repo and I have the problem. But you did It and dont. So something has to be up with the watcher source code compiling on...

npm 8.19.4 node 20.10.0 Windows 10 Enterprise x64

This may be related, I might need to use powershell instead of git-bash inside vscode to get it to work until windows fixes https://github.com/microsoft/WSL/issues/4739

> I just found out the problem also exists when importing with relative paths: > > ```css-scss > // before > @import "~@dso-toolkit/sources/src/components/alert/alert"; > > // after > @import "../../../sources/src/components/alert/alert";...

Hi @christian-bromann here you go https://github.com/James-Wilkinson-git/stencil-bug To Reproduce, clone, cd into stencil-install/stencil, and install then start the server npm run start then go to shared-style, and edit the scss file,...

I;ve updated to 4.12.2 and the issue still remains. In our main project the watcher detects the changes but dosen't recompile the css, in the supplied bug protect, the watcher...

Installed 4.11.0 and confirmed that the watcher was still not picking up the scss from outside the project