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 vue-cli/default-js sandbox #22259

Merged
merged 2 commits into from
Apr 27, 2023

Conversation

valentinpalkovic
Copy link
Contributor

@valentinpalkovic valentinpalkovic commented Apr 26, 2023

Closes N/A

What I did

Some vue sandboxes do not support typescript. Hence, Stories and vue files shouldn't have Typescript types. You can place stories into code/renderes/vue3/template/stories_vue3-vite-default-ts to provide stories only for the vue3-vite/default-ts sandbox

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
  • Make sure to add/update documentation regarding your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Maintainers

  • If this PR should be tested against many or all sandboxes,
    make sure to add the ci:merged or ci:daily GH label to it.
  • Make sure this PR contains one of the labels below.

["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]

@valentinpalkovic valentinpalkovic added the maintenance User-facing maintenance tasks label Apr 26, 2023
@valentinpalkovic valentinpalkovic self-assigned this Apr 26, 2023
Copy link
Contributor

@kasperpeulen kasperpeulen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Some vue sandboxes do not support typescript. Hence, Stories and vue files shouldn't have Typescript types. You can place stories into code/renderes/vue3/template/stories_vue3-vite-default-ts to provide stories only for the vue3-vite/default-ts sandbox
…Vue, and modify the linkPackageStories function to handle the 'stories' directory
@valentinpalkovic valentinpalkovic force-pushed the valentin/fix-vue-cli-default-js-sandbox branch from 4525e92 to a3d6c88 Compare April 27, 2023 08:58
@valentinpalkovic valentinpalkovic merged commit 1726530 into next Apr 27, 2023
@valentinpalkovic valentinpalkovic deleted the valentin/fix-vue-cli-default-js-sandbox branch April 27, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants