Skip to content

Commit 1a851d9

Browse files
committed
Rename pluginConfig to inputs
1 parent 404b825 commit 1a851d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function netlifyPlugin(conf) {
1313
return {
1414
name: 'netlify-plugin-a11y',
1515
async onPostBuild({
16-
pluginConfig: { checkPaths, resultMode = 'error', debugMode },
16+
inputs: { checkPaths, resultMode = 'error', debugMode },
1717
constants: { PUBLISH_DIR },
1818
utils: { build }
1919
}) {

0 commit comments

Comments
 (0)