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

Switch to vue-style-loader when using mix.vue() #2727

Merged

Conversation

thecrypticace
Copy link
Collaborator

@thecrypticace thecrypticace commented Dec 30, 2020

Fixes #2725

@SergkeiM
Copy link

Hi @thecrypticace,

I think you should keep style-loader as default, becuase vue-style-loader, doesn't support css-loader 4+ see here

@thecrypticace
Copy link
Collaborator Author

Yep, saw that this morning. Pretty sure that's why the test fails. I'll keep this around to have it ready when vue-style-loader updates.

@SergkeiM
Copy link

Yep, saw that this morning. Pretty sure that's why the test fails. I'll keep this around to have it ready when vue-style-loader updates.

emmm I don't think they will update, that PR is hanging from Aug

@SergkeiM
Copy link

SergkeiM commented Mar 3, 2021

Hi @thecrypticace

vue-style-loader (v4.1.3) was updated to support css-loader 4+, can we now try to implement the above?

@SergkeiM
Copy link

Hi @thecrypticace the build test failed again, but I don't think is related to vue-style-loader

@thecrypticace thecrypticace marked this pull request as ready for review March 14, 2021 22:46
@thecrypticace thecrypticace merged commit 2056b68 into laravel-mix:master Mar 14, 2021
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

Successfully merging this pull request may close these issues.

Add vue-style-loader for shadowMode
2 participants