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

Fix combine/styles/etc… using built files #3115

Merged

Conversation

thecrypticace
Copy link
Collaborator

@thecrypticace thecrypticace commented Oct 10, 2021

Fixes #3114
Fixes #3104
Fixes #3099
Fixes #2961
Fixes #2907
Fixes #2624

I was gonna wait for v6.1 but the fix here was simple enough.

@thecrypticace
Copy link
Collaborator Author

Turns out it was almost doing what it was supposed to but an eager glob that was running before the build finished caused the files to be dropped. Now we postpone that until the build finishes.

The more appropriate time would be after all assets are emitted instead which I might change in v6.1.

@thecrypticace thecrypticace merged commit 9a0b919 into laravel-mix:master Oct 10, 2021
@thecrypticace thecrypticace deleted the hotfix/combine-built-files branch October 10, 2021 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant