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
The single sass file that is included through the above config:
@import"~vue-select/src/scss/vue-select.scss";
It seems to load the vue-select.scss correctly but then when interpreting this file it seems to loose its current directory and does not find the imported style.
I have the problem that mochapack does not seem to work together with the style resources loader.
packages that seem to produce the problem:
My
vue.config.js
file:The single sass file that is included through the above config:
It seems to load the
vue-select.scss
correctly but then when interpreting this file it seems to loose its current directory and does not find the imported style.Error log excerpt:
See full detail error message and code:
https://github.com/petritz/food-calculator-web/runs/560575367
The text was updated successfully, but these errors were encountered: