-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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-TS Template #3234
Fix Vue-TS Template #3234
Conversation
WalkthroughThis update brings a notable improvement to the project's development environment, particularly for those using the vue-ts template. Thanks to @atterpac's contribution, a build error has been resolved, enhancing the overall build stability and error handling in the process. Additionally, the documentation has received targeted enhancements, making specific features clearer and more accessible to developers. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (1)
v2/pkg/templates/templates/vue-ts/frontend/package.json
is excluded by:!**/*.json
Files selected for processing (1)
- website/src/pages/changelog.mdx (1 hunks)
Additional comments: 1
website/src/pages/changelog.mdx (1)
- 27-28: The addition of the vue-ts template build error fix is correctly formatted and logically placed under the "Fixed" section for the upcoming release. The use of a bullet point and the inclusion of the PR link follows the established format of the changelog.
Thanks @atterpac 🙏🙏🙏 |
Description
An old version of vue-ts in the package.json depencies would break the build command updating to latest
^1.8.27
fixes this build step.Fixes # (issue)
#3233
Type of change
How Has This Been Tested?
Test Configuration