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 deps and build process #434

Merged
merged 2 commits into from
Nov 22, 2021
Merged

Commits on Nov 22, 2021

  1. fix(*): fix deps and build process

    Update build process to copy necessary config files in a separate step,
    leave them in place until build:cli finishes, then remove, as other steps
    in the build process will fail if postcss.config.js files are not
    left in place.
    
    Update @vue/composition-api to be a peerDependency.
    
    Add docs info on KTable and KCardCatalog for how to use with
    Composition API.
    adamdehaven committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    b97971e View commit details
    Browse the repository at this point in the history
  2. fix(deps): remove vue as package dep

    Remove vue as package dependency. Should probably be
    added to peerDependencies at some point.
    adamdehaven committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    789ad95 View commit details
    Browse the repository at this point in the history