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

Commits on Jun 14, 2019

  1. fix: fix config merging during vue invoke in Node.js v12

    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 committed Jun 14, 2019
    Copy the full SHA
    0f99d30 View commit details
    Browse the repository at this point in the history