Replies: 3 comments 7 replies
-
Does your application have their own sass styles? can you confirm that those are being compiled? I've managed make that work with snowpack install: |
Beta Was this translation helpful? Give feedback.
-
Using the following snippet, you can bypass this problem:
Reminder: install the Unfortunately, I got stuck in another problem. If you move on, let me know. |
Beta Was this translation helpful? Give feedback.
-
I have the exact same problem, and it is not fixed with latest versions. Does anyone have a way to fix it? (Tried with vue 2 project) |
Beta Was this translation helpful? Give feedback.
-
How can I overcome this error when using vuetify with snowpack?
I tried creating a simple app using the vue typescript template:
Following this, I added veutify using vue cli,
vue add vuetify
, and selected sass a css handler.Then I added the snowpack sass plugin via
contents of
snowpack.config.js
:contents of
package.json
Beta Was this translation helpful? Give feedback.
All reactions