Currently, the CLI applies defaults for the ignore value. To align the behavior better, we would move this default decision one level up to the bundler plugins.
How it is currently:
| CLI |
Bundler Plugins |
Meta-Framework SDK |
adds 'node_modules' as default |
uses CLI in plugin manager (no defaults) |
uses bundler plugins (no defaults) |
More context on this in this thread: #836 (comment)
Currently, the CLI applies defaults for the
ignorevalue. To align the behavior better, we would move this default decision one level up to the bundler plugins.How it is currently:
'node_modules'as defaultMore context on this in this thread: #836 (comment)