@web/rollup-plugin-html

v2.1.2
Rollup plugin for bundling HTML files
rollup plugin rollup-plugin html

demo:mpa

rm -rf demo/dist && rollup -c demo/mpa/rollup.config.js --watch & npm run serve-demo

demo:spa

rm -rf demo/dist && rollup -c demo/spa/rollup.config.js --watch & npm run serve-demo

serve-demo

node ../dev-server/dist/bin.js --watch --root-dir demo/dist --app-index index.html --compatibility none --open

test

mocha test/**/*.test.ts --require ts-node/register

test:watch

mocha test/**/*.test.ts --require ts-node/register --watch --watch-files src,test
npm i @web/[email protected]

Metadata

  • MIT
  • >=18.0.0
  • modern-web
  • released 11/14/2023

Downloads