Hey
while working on this build plugin, I ran into an input "x" for plugin "./index.js"
error at deploy time, that I could not reproduce locally. It seems that when running netlify build
, the build config passed to the plugin is not validated against the inputs list specified in the plugin manifest.yml
file.
To reproduce, simply remove an input argument from the manifest and notice that netlify build
still runs the plugin correctly.
Can you confirm?
In any case, it’s definitely not a big deal but this post will maybe help someone debugging