Skip to content

bent10/vite-plugins

Repository files navigation

vite-plugins

Vite plugins workspace.

Packages

Package Description Version (click for changelog)
vite-plugin-cachedir Resolves default cache directory in monorepo npm
vite-plugin-dom Enables DOM manipulation and comment injection during the build process npm
vite-plugin-format Format code and assets using Prettier npm
vite-plugin-marked-mpa Rendering Markdown files to HTML for MPA npm
vite-plugin-purge Enables PurgeCSS for the build npm
vite-plugin-vendor Generates vendor bundles based on the specified options npm

Contributing

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