Daniel Tschinder
Daniel Tschinder
I just noticed that your `included_files` option is in the wrong section, so it should look like ```toml [build] command = publish = [functions] directory = "api/dist/functions" included_files = ["api/dist/**/*.js"]...
@eduardoboucas What was the idea behind restricting this to certain directories instead of allowing it for every function? We did not want to expose this config support to user-generated functions?...
Other question: The Proposal only specifies `nodeBundler` and `included_files` as valid configuration options coming from the deployment config. The current implementation does not limit the config though, that means [all...
@eduardoboucas I cannot add you as reviewer, because you are the creator. would you mind looking over basically your own code once more, and comment if you notice something?
Okay I consider this done. I'm not going to merge this yet, but will start to build the skip bundling based on this PR and then merge both together.
It would also help to supply config options which get merged with the default config. I currently have the case that I'm bundling some modules which also import NodeJS internals...
I have the same problem, after updating to 4.0 formats are throwing an error: > error: unknown format "uuid" ignored in schema at path "#/items/properties/uuid" Shouldn't the `ajv-formats` plugin be...
replaces #1421
There also seems to be a lot of unrelated changes to `docs` and `versioned_docs`, they should be reverted or the branch rebased.