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

Add parallel: false to vue-loader example #141

Merged
merged 1 commit into from
Jan 8, 2022

Conversation

lucaswerkmeister
Copy link
Contributor

In a parallel build, the non-serializable directiveTransforms would quietly be dropped.


I’m not 100% sure if this is correct. I found (after painful debugging) that I had to add parallel: false to my vue.config.js to make directiveTransforms work at all, and since this repository seems to be one of the very few places on the internet that shows how to use directiveTransforms, I thought it would be good to add this information here. However, I’m not sure about the difference between vue-loader and vue-cli, and which of the two is being demonstrated in the README; it’s possible that the parallel option actually doesn’t belong in this example.

In a parallel build, the non-serializable directiveTransforms would quietly be dropped.
@kazupon kazupon merged commit 76f607a into intlify:next Jan 8, 2022
@kazupon
Copy link
Member

kazupon commented Jan 8, 2022

Thanks!

@lucaswerkmeister lucaswerkmeister deleted the patch-1 branch January 8, 2022 10:49
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.

None yet

2 participants