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(plugin-vue): don't use object spread in the config hook #5155

Merged
merged 1 commit into from Sep 30, 2021

Commits on Sep 30, 2021

  1. fix(plugin-vue): don't use object spread in the config hook

    The config object will be merged recursively in vite core, so object
    spread shouldn't be used:
    https://github.com/vitejs/vite/blob/5cf4e69cd3afc7f960e02072171c7c441747e8f0/packages/vite/src/node/config.ts#L308
    sodatea committed Sep 30, 2021
    Copy the full SHA
    94f3630 View commit details
    Browse the repository at this point in the history