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

Refactor the implementation of the build infrastructure to use vite #1156

Merged
merged 16 commits into from
Jul 10, 2024

Conversation

arturcic
Copy link
Member

@arturcic arturcic commented Jul 9, 2024

The goal of this PR is to change the implementation of the build infrastructure to use vite instead of webpack.

This will allow to have smaller bundles, will allow to write and maintain unit tests, as well as to have less dependencies - only semver package as prod dependency.

Closes #3

@arturcic arturcic force-pushed the vite branch 9 times, most recently from 87c9ee6 to dad23d9 Compare July 9, 2024 21:34
@arturcic arturcic force-pushed the vite branch 3 times, most recently from bffe1b4 to b3904de Compare July 9, 2024 21:57
@arturcic arturcic merged commit 511a67f into GitTools:main Jul 10, 2024
15 checks passed
Copy link
Contributor

mergify bot commented Jul 10, 2024

Thank you @arturcic for your contribution!

@arturcic arturcic deleted the vite branch July 10, 2024 02:45
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.

Add unit tests
1 participant