Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking with Vuetify Loader 1.6 #13

Closed
stephenjason89 opened this issue Jul 20, 2020 · 5 comments
Closed

Breaking with Vuetify Loader 1.6 #13

stephenjason89 opened this issue Jul 20, 2020 · 5 comments

Comments

@stephenjason89
Copy link

It has errors on building when I upgraded to vuetify loader 1.6

here's a link to the original issue with the fix for laravel mix

vuetifyjs/vuetify-loader#144

would be really nice if you can implement it here

Thank you

@Nothing-Works
Copy link
Owner

0.0.11 should fix this issue.

@Nothing-Works
Copy link
Owner

Nothing-Works commented Jul 20, 2020

can you let me know any other problem you have as well? thanks. also going close this issue, it seems working for me.

@stephenjason89
Copy link
Author

That was fast, I just tried it now but getting a lot of errors.
This was after upgrading from v 0.0.9 to 0.0.11
and vuetify loader 1.5 to 1.6
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialized using an options object that does not match the API schema.

  • options has an unknown property 'additionalData'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (C:\Development\Web Projects\Foodat\node_modules\schema-utils\dist\validate.js:88:11)
    at Object.loader (C:\Development\Web Projects\Foodat\node_modules\sass-loader\dist\index.js:36:28)

and

Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialized using an options object that does not match the API schema.

  • options has an unknown property 'additionalData'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (C:\Development\Web Projects\Foodat\node_modules\schema-utils\dist\validate.js:88:11)
    at Object.loader (C:\Development\Web Projects\Foodat\node_modules\sass-loader\dist\index.js:36:28)

@ ./node_modules/vuetify/src/components/VDivider/VDivider.sass 4:14-124
@ ./node_modules/vuetify/lib/components/VDivider/VDivider.js
@ ./node_modules/vuetify/lib/components/VDivider/index.js
@ ./resources/assets/js/pages/Dashboard.vue
@ ./resources/assets/js/routes.js
@ ./resources/assets/js/app.js
@ multi ./resources/assets/js/app.js

Thank you :)

@Nothing-Works
Copy link
Owner

@stephenjason89 can you update sass-loader to the latest version or at least ^9.0.0. That should fix it.

@stephenjason89
Copy link
Author

stephenjason89 commented Jul 21, 2020

Thank you everything is working now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants