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: fix config merging during vue invoke in Node.js v12 #4148

Merged
merged 1 commit into from Jun 15, 2019

Conversation

sodatea
Copy link
Member

@sodatea sodatea commented Jun 14, 2019

The root cause here is the same as #4095
The failing loadModule call will return undefined for a js config
read operation, which later caused config being overwritten.

The root cause here is the same as vuejs#4095
The failing `loadModule` call will return `undefined` for a js config
read operation, which later caused config being overwritten.
@sodatea sodatea merged commit 8283f46 into vuejs:dev Jun 15, 2019
sodatea added a commit that referenced this pull request Jun 15, 2019
The root cause here is the same as #4095
The failing `loadModule` call will return `undefined` for a js config
read operation, which later caused config being overwritten.

(cherry picked from commit 8283f46)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant