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.
pluginConfig
inputs
1 parent 404b825 commit 1a851d9Copy full SHA for 1a851d9
plugin/index.js
@@ -13,7 +13,7 @@ function netlifyPlugin(conf) {
13
return {
14
name: 'netlify-plugin-a11y',
15
async onPostBuild({
16
- pluginConfig: { checkPaths, resultMode = 'error', debugMode },
+ inputs: { checkPaths, resultMode = 'error', debugMode },
17
constants: { PUBLISH_DIR },
18
utils: { build }
19
}) {
0 commit comments