You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm encountering an issue that I have yet to solve:
– webpack doesn't want to compile new scss files, even though it detects their existence. There is some form of caching happening, which I've tried to disable in a variety of ways and have failed to do so.
So for the moment, I've added a new npm script called watch, which actually just runs build whenever it detects changes to any js, css, scss, jsonc files in the src folder. This is not ideal because build is an optimized version of the files and takes longer than start, but it should do the trick for now until I find the appropriate fix for this.
@bacoords I just tested this and wasn't able to reproduce this error when adding a new stylesheet to a block. Can you tell me what you did on your end?
What I tried:
I added a new stylesheet called test.scss with some styles in it for the hello-world block, whilenpm run watch was going and imported it into edit.js. And I was able to add styles to it and see it compile into index.css
Originally posted by @aurooba in #72 (comment)
The text was updated successfully, but these errors were encountered: