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
@luventa that's just a workaround. IMO the actual solution would be to add sass-loader to e.g. peerDependencies (or any other dependencies section) in https://github.com/vue-bulma/slider/blob/master/package.json; it's completely possible to use Vue without SASS.
After installing via npm and adding
import Slider from 'vue-bulma-slider'
I get the following error:I guess sass-loader (and whatever else) needs to be added to the deps?
The text was updated successfully, but these errors were encountered: