vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 915 forks source link

Syntax Error: TypeError: this.getOptions is not a function with sass-loader v12.x! #1906

Closed santhosh-john closed 3 years ago

santhosh-john commented 3 years ago

Version

16.8.3

Reproduction link

github.com

Steps to reproduce

Details here... https://github.com/vuejs/vue-loader/issues/1905

What is expected?

It must work fine!

What is actually happening?

Not working!


Not sure why the robot closed the issue on GIT automatically.

LinusBorg commented 3 years ago

You need to update the @vue/cli-* packages in your project to 5.0 , not just the global vue-cli package which generates new projects.