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: ensure Dev Tool is enabled in Vue 3 runtime #5788

Merged
merged 3 commits into from Aug 14, 2020

Commits on Aug 14, 2020

  1. fix: ensure Dev Tool is enabled in Vue 3 runtime

    The old alias `@vue/runtime-dom` was introduced because webpack HMR has
    trouble with pure re-exports. Now that the `vue.runtime.esm-bundler.js`
    file also includes a call to `initDev`, it's no longer an issue. This
    also enables Dev Tool in Vue 3 runtime.
    
    Fixes vuejs#5785
    sodatea committed Aug 14, 2020
    Copy the full SHA
    fae132a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eec5407 View commit details
    Browse the repository at this point in the history
  3. test: only test vue 3

    sodatea committed Aug 14, 2020
    Copy the full SHA
    f63c929 View commit details
    Browse the repository at this point in the history