Hi @tpope, I have a project built by node and it has many microapps, and each apps has the same structure like app-demo with node_modules and package.json
I would like to set something on package.json under each app and exclude anything in node_modules, but it's not working even if I set .projections.json as below
Hi @tpope, I have a project built by node and it has many microapps, and each apps has the same structure like
app-demo
withnode_modules
andpackage.json
I would like to set something on
package.json
under each app and exclude anything innode_modules
, but it's not working even if I set.projections.json
as belowand this will scan all the
node_modules
, it's too slow for mecould you help resolve this issue or is there any other way to ignore the
node_modules
?