I am building a zapier app which is using the vm2 module. But for some reason, zapier decides to exclude many files from the module causing the app to error.
I am trying to add
"includeInBuild": [
"node_modules/vm2/*",
"node_modules/vm2/lib/*.js",
]
to the .zapierapprc file but it doesn’t work.
Everytime I link my app to a zapier project, the .zapierapprc goes back to default, deleting those lines.
If I just add the lines and runs zapier build, it doesn’t include the files either.
What am I doing wrong.