hbt-rollup

1.0.0 • Public • Published

hbt-rollup

a hbt plugin for roll up

basic usage first install it npm i hbt-rollup -D

// then in rollup.config.js

const hbtPlugin = require('hbt-rollup')
export default {
  /*your configs goes here*/
  plugins: [
  	hbtPlugin('dev/index.html', 'build/index.html', {}, { watch: true })
  ]
}

hbtPlugin function is same as compile function of hbt

see official docs hrere

Package Sidebar

Install

npm i hbt-rollup

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.06 kB

Total Files

3

Last publish

Collaborators

  • 0shuvo0