@web/rollup-plugin-html

v0.0.0-canary-20240219104126
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:node

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

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 2/19/2024

Downloads