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

Support vue 2.6 and 2.7 #503

Merged
merged 13 commits into from
Sep 28, 2022
Merged

Support vue 2.6 and 2.7 #503

merged 13 commits into from
Sep 28, 2022

Commits on Sep 28, 2022

  1. refactor: account for vue2 component source

    make sure vite-config passes boolean value. true for now until we can
    determine whether or not a user is using the vue or vue3 framework
    heykc authored and IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    111beed View commit details
    Browse the repository at this point in the history
  2. refactor: use different vue bundler for vue2

    heykc authored and IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e889ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae7b7b View commit details
    Browse the repository at this point in the history
  4. Create vue2 folder

    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ff1df3e View commit details
    Browse the repository at this point in the history
  5. chore: add the correct packages and language

    change language of duped example to reflect vue2 usage.
    
    # Conflicts:
    #	examples/vue/yarn.lock
    #	examples/vue2/.storybook/main.cjs
    #	package.json
    heykc authored and IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3c3265d View commit details
    Browse the repository at this point in the history
  6. Remove vue-loader

    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    781900e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    831c711 View commit details
    Browse the repository at this point in the history
  8. Split apart vue2/3 config

    # Conflicts:
    #	packages/builder-vite/vite-config.ts
    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    62d3fe5 View commit details
    Browse the repository at this point in the history
  9. Support vue 2.6 and 2.7

    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0777618 View commit details
    Browse the repository at this point in the history
  10. Oh, THIS is annoying

    It seems that adding a dep to core builder-vite requires a new lockfile update
    in every example.  Oof.
    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1c36ec8 View commit details
    Browse the repository at this point in the history
  11. Rename example vue -> vue3

    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8d86a45 View commit details
    Browse the repository at this point in the history
  12. Fix ports waited for in test

    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    374014c View commit details
    Browse the repository at this point in the history
  13. Fix tests

    IanVS committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    651b735 View commit details
    Browse the repository at this point in the history