{"library":"rollup-plugin-copy-watch","title":"rollup-plugin-copy-watch","description":"A fork of rollup-plugin-copy (v3.4.0) that adds a `watch` option to watch additional sources (e.g., static assets) outside Rollup's bundle graph, triggering copy on change. Version 0.0.1 is the only release (unstable). It uses Chokidar for file watching and supports glob patterns, multiple targets, and flatten/hash options. Less maintained than the original; use for watch-mode copy only, else prefer rollup-plugin-copy.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-copy-watch"],"cli":null},"imports":["import copy from 'rollup-plugin-copy-watch'","import copy from 'rollup-plugin-copy-watch'","import type { RollupPluginCopyWatchOptions } from 'rollup-plugin-copy-watch'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import copy from 'rollup-plugin-copy-watch';\n\nexport default {\n  input: 'src/index.js',\n  output: { file: 'dist/app.js', format: 'cjs' },\n  plugins: [\n    copy({\n      watch: 'static',\n      targets: [\n        { src: 'src/index.html', dest: 'dist/public' },\n        { src: ['assets/images/**/*'], dest: 'dist/public/images' }\n      ]\n    })\n  ]\n};","lang":"typescript","description":"Rollup config that copies HTML and images with watch on static folder.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}