fix(demo): resolve Vue instance duplication in production build#119
Merged
fatihsolhan merged 4 commits intomainfrom Jan 16, 2026
Merged
fix(demo): resolve Vue instance duplication in production build#119fatihsolhan merged 4 commits intomainfrom
fatihsolhan merged 4 commits intomainfrom
Conversation
Add resolve.dedupe for Vue and optimizeDeps.include for v-onboarding to fix the demo not working in production builds when using linked package dependency.
✅ Deploy Preview for eloquent-lamport-f2ffa1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for beamish-dango-bc9c2d canceled.
|
- Add resolve.dedupe for Vue and optimizeDeps.include for v-onboarding to fix the demo not working in production builds when using linked package dependency - Remove version badge from header
- Add @semantic-release/git plugin - Create .releaserc.json config - Sync package.json version to 2.9.0
…olhan/v-onboarding into fix/demo-production-build
github-actions bot
pushed a commit
that referenced
this pull request
Jan 16, 2026
# [2.10.0](v2.9.0...v2.10.0) (2026-01-16) ### Bug Fixes * **demo:** resolve Vue instance duplication in production build ([#119](#119)) ([0beb0a0](0beb0a0)) ### Features * **v2:** script setup, bug fixes, and VitePress docs ([#117](#117)) ([eae3fdb](eae3fdb)), closes [#87](#87) [#94](#94) [#103](#103) [#115](#115) [#116](#116) [#110](#110) [#112](#112) [#113](#113) [#d4ff00](https://github.com/fatihsolhan/v-onboarding/issues/d4ff00) [#f0ece4](https://github.com/fatihsolhan/v-onboarding/issues/f0ece4) [#d4ff00](https://github.com/fatihsolhan/v-onboarding/issues/d4ff00)
|
🎉 This PR is included in version 2.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add resolve.dedupe for Vue and optimizeDeps.include for v-onboarding to fix the demo not working in production builds when using linked package dependency.