We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54ce9f5 + 4523c93 commit 1009c2bCopy full SHA for 1009c2b
plugin/index.js
@@ -11,7 +11,7 @@ function netlifyPlugin(conf) {
11
return {
12
name: 'netlify-plugin-a11y',
13
async onPostBuild({
14
- pluginConfig: { checkPaths, resultMode, debugMode },
+ inputs: { checkPaths, resultMode, debugMode },
15
constants: { PUBLISH_DIR },
16
utils: { build }
17
}) {
0 commit comments