plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[multi-entry] Watch files matched by the glob pattern

Open GauBen opened this issue 7 months ago • 0 comments

  • Rollup Plugin Name: @rollup/plugin-multi-entry
  • Rollup Plugin Version: 6.0.1

Feature Use Case

Hi! I'm using @rollup/plugin-multi-entry with a glob of files. When in watch mode (rollup -c -w/vite build --watch), existing files are properly watched but newly created files matching the glob pattern are ignored.

Feature Proposal

In watch mode, if a glob is given and new files are created matching this glob, they should be picked up.

I can take care of the implementation if this feature is accepted.

GauBen avatar Apr 08 '25 12:04 GauBen