Hi @moop-moop,
Yes, you’re correct, that’s all that’s required. This will now be opt-out instead of opt-in.
The reason is that installing your dependencies as a first step, then installing your Functions dependencies as a second step is slower. Installing both at the same time is faster. You can do this by putting the Function’s dependencies inside the top-level package.json
instead of adding a separat package.json
inside the Functions directory.
However, this might not fit your preferred workflow or setup, especially regarding in a monorepo, which is why this feature is still available by opting in to this plugin.