fidum/nova-package-bundler-command

Feature request: exclude specific assets

Closed this issue · 1 comments

When I am developing a nova-component locally I disable usage of the bundled assets. Otherwise I cannot see what I am doing. However, this is slowing done reloading pages significantly. It would be great if I can just exclude the component I am currently developing, so other assets are bundled and load quickly.

I suppose you maybe able to do this with an array of asset keys in the config you want to ignore.

Feel free to submit a PR with tests.