1.0.4 • Published 3 years ago

@tammle93/rollup-plugin-html-template v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

rollup-plugin-html-template

Allow using html file as a template for injecting chunks and assets
Dead-simple implementation, if have any issues, feel free to raise and contribute!
Or roll your own implementation, happy coding!

Usage

import htmlTemplate from '@tammle93/rollup-plugin-html-template'

htmlTemplate({
  input: 'src/index.template.html',
  css: 'bundle.css'
})

Build

yarn run build
or
npm run build
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago