BosNaufal / vue-scrollbar

The Simplest Scroll Area Component with custom scrollbar for Vue Js. https://bosnaufal.github.io/vue-scrollbar/
MIT License
117 stars 25 forks source link

Module parse failed: _Scrollbar.sass You may need an appropriate loader to handle this file type #14

Closed gholol closed 7 years ago

gholol commented 7 years ago

This is so infuriating!

{ [Error: ./~/vue-scrollbar/src/sass/_Scrollbar.sass Module parse failed: D:\WTServer\WWW\node_modules\vue-scrollbar\src\sass_Scrollbar.sass Unexpected token (3:0) You may need an appropriate loader to handle this file type.

There's nothing in the readme about installing any sass loaders... anyway I can compile sass just fine, so what the hell is happening?

The loader is set, I even downloaded the sass-loader fr webpack...

  {
    test: /\.sass$/,
    loaders: ['style','css','sass']
  }
BosNaufal commented 7 years ago

Hey @gholol, thank you for giving me an issue.

Please check simliar issue to solve this https://github.com/BosNaufal/react-scrollbar/issues/7 :grin:

gholol commented 7 years ago

@BosNaufal Thanks but I moved to vue 2.1.x and this is not compatible with it

BosNaufal commented 7 years ago

@gholol Wait for next update then :grin: :+1:

gholol commented 7 years ago

@BosNaufal Will do :)

BosNaufal commented 7 years ago

Hey @gholol, It's your lucky day~

Would you like to review and test my new vue2-scrollbar repo? :grin: :+1:

gholol commented 7 years ago

@BosNaufal Oh yes, finally :dancing_men: I'll check it in few hours, when I get back from work.