1.0.1 • Published 4 years ago

rollup-plugin-watch-transform v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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"]
    })
  ]
}
1.0.1

4 years ago

1.0.0

4 years ago