I want to define scripts or styles in such a way that what is bundled can be different than what is watched. For example, I may want the bundler to only build a single less file that acts as the entry point for all my other less files. However, I still want the watch feature to trigger for changes to any of my less files.
I want to define scripts or styles in such a way that what is bundled can be different than what is watched. For example, I may want the bundler to only build a single less file that acts as the entry point for all my other less files. However, I still want the watch feature to trigger for changes to any of my less files.