rollup-plugin-watch-transform

1.0.1 • Public • Published

rollup-plugin-transform-watch

Watches transformed files.

Uses addWatchFile to add additional files to be monitored in watch mode so that changes to these files will trigger rebuilds.

import watch from "rollup-plugin-watch-transform"

export default {
  input: "src/index.js",
  output: "dist/index.js",
  plugins: [
    watch({
      files: ["src/scss"]
    })
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i rollup-plugin-watch-transform

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

6.02 kB

Total Files

10

Last publish

Collaborators

  • ellioseven