vite-plugin-html-inject

Split your ViteJS index.html into smaller pieces

MIT License

Downloads
19.6K
Stars
54
Committers
2

Bot releases are hidden (Show)

vite-plugin-html-inject - ViteJS / vite-plugin-html-inject Latest Release

Published by donnikitos about 1 year ago

Bugfix release of the HTML injection plugin

  • Fix: All placeholders are being replaced (with Node <= 15.0.0 support)
  • Fix: Whitespace regular expression fixed
  • Feature: Implemented auto-reload when injected files change

Install via NPM: https://www.npmjs.com/package/vite-plugin-html-inject

Full Changelog: https://github.com/donnikitos/vite-plugin-html-inject/commits/v1.0.4

vite-plugin-html-inject - ViteJS injectHTML() v1.0.0

Published by donnikitos over 2 years ago

First release of the HTML injection plugin

  • Split your index.html into smaller, more maintainable pieces
  • Reuse HTML
  • Less code duplication -> cleaner repository -> easier maintenance

Install via NPM: https://www.npmjs.com/package/vite-plugin-html-inject

Full Changelog: https://github.com/donnikitos/vite-plugin-html-inject/commits/v1.0.0