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

Fixed issues revolving around broken packages. #404

Merged
merged 1 commit into from Jun 7, 2022
Merged

Fixed issues revolving around broken packages. #404

merged 1 commit into from Jun 7, 2022

Conversation

VividLemon
Copy link
Member

The prettier plugin hasn't worked for awhile. A fix in the eslintrc file to include prettier as a plugin, and as a rule fixes prettier not working.

tsconfig file was changed to temporarily fix these two issues revolving around volar plugin: vuejs/language-tools#1405 && vuejs/language-tools#592

The prepare script was causing too many issues. It was preventing packages from being installed and hurting the development process. It should be added later when not so many breaking "vite build" options cause npm install to not install the required packages to actually develop.

vue-tsc was added for the build command. I'm not sure why this was not already included. But to my understanding it's required for a Vite app using TS to build. In relation to #403 it fixes the TS compilation issue, however, still running build causes actual issues to appear.

@mariusa mariusa merged commit 793e800 into bootstrap-vue-next:main Jun 7, 2022
@mariusa
Copy link
Contributor

mariusa commented Jun 7, 2022

Thanks!

@VividLemon VividLemon deleted the package branch June 7, 2022 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants