@web/rollup-plugin-html

v1.10.1
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 & yarn serve-demo

demo:spa

rm -rf demo/dist && rollup -c demo/spa/rollup.config.js --watch & yarn 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
  • >=12.0.0
  • modern-web
  • released 9/8/2021

Downloads