This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.
[Bug Report] release 1.0.1 Sass Loader does not match the API schema #119
Closed
Description
hello, since last release & vue cli 4
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.
- options has an unknown property 'data'. These properties are valid:
object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
at validate (/Users/pierrebrisorgueil/Documents/Dev/github/rype/Vue/node_modules/sass-loader/node_modules/schema-utils/dist/validate.js:49:11)
at Object.loader (/Users/pierrebrisorgueil/Documents/Dev/github/rype/Vue/node_modules/sass-loader/dist/index.js:36:28)
@ ./node_modules/vuetify/src/components/VSpeedDial/VSpeedDial.sass 4:14-209 14:3-18:5 15:22-217
@ ./node_modules/vuetify/lib/components/VSpeedDial/VSpeedDial.js
@ ./node_modules/vuetify/lib/components/VSpeedDial/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./src/lib/plugins/vuetify.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://localhost:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js
- Travis informations here
- maybe related to vue-cli and sass-loader@8 incompatibility vuejs/vue-cli#4513
- tested with vue cli 4.0.0-rc.7
- repo concerned : https://github.com/weareopensource/Vue
I would take a look as soon as I have a little time, if I can help do not hesitate.
how to reproduce :
- clone the repo
- npm i
- npm start, everything would be ok
- switch "vue-cli-plugin-vuetify": "^1.0.0" => "vue-cli-plugin-vuetify": "^1.0.1"
- npm i
- npm start, error should appear
Metadata
Metadata
Assignees
Labels
No labels