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
Hello, I believe it's because of these lines, probably prepending ./ to your import path will resolve the issue. Snowpack tries to resolve them as npm packages, but in your case it's a relative path.
prepending ./ fixed that error but when I try to run "npx ngsnow" or "snowpack dev" I still got error relationed to css, probably something with this project.
Hello, looks like /assets/styles/app.css originates from /src/assets/styles/app.scss, can you confirm that @snowpack/plugin-sass is installed and included in snowpack.config.js?
I am using https://github.com/mranenko/angular10-todo to test your plugin and I couldn't make it run using "snowpack dev" or "npx ngsnow", I got the following error:
UnhandledPromiseRejectionWarning: Error: Package "abstracts/functions" not found. Have you installed it
This project is not mine, it uses scss and runs fine when using "ng serve"
The text was updated successfully, but these errors were encountered: