Vite plugins workspace.
Package | Description | Version (click for changelog) |
---|---|---|
vite-plugin-cachedir | Resolves default cache directory in monorepo | |
vite-plugin-dom | Enables DOM manipulation and comment injection during the build process | |
vite-plugin-format | Format code and assets using Prettier | |
vite-plugin-marked-mpa | Rendering Markdown files to HTML for MPA | |
vite-plugin-purge | Enables PurgeCSS for the build | |
vite-plugin-vendor | Generates vendor bundles based on the specified options |
We 💛 issues.
When committing, please conform to the semantic-release commit standards. Please install commitizen
and the adapter globally, if you have not already.
npm i -g commitizen cz-conventional-changelog
Now you can use git cz
or just cz
instead of git commit
when committing. You can also use git-cz
, which is an alias for cz
.
git add . && git cz