This repository was archived by the owner on May 8, 2025. It is now read-only.
[Bug Report] Sass-loader 9.0.1 prependData option removed, use additionalData instead breaks build #189
Labels
duplicate
This issue or pull request already exists
Uh oh!
There was an error while loading. Please reload this page.
Environment
Vuetify Version: 2.3.3
Vue Version: 2.6.11
Browsers: Firefox 78.0
OS: Windows 10
Steps to reproduce
Update sass-loader to 9.0.1 and "npm run build". Outputs a flood of errors about invalid option prependData.
Expected Behavior
Project builds.
Actual Behavior
Build fails.
Reproduction Link
Other comments
This change is listed under breaking changes for sass-loader 9.0.0.
I was able to build by hacking the following files:
...\node_modules\vuetify-loader\dev\webpack.config.js
...\node_modules\vue-cli-plugin-vuetify\util\helpers.js
The text was updated successfully, but these errors were encountered: