We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array.flat() is not supported in Node 10:
Array.flat()
netlify-plugin-inline-functions-env/index.js
Lines 39 to 40 in d4b0428
This could be fixed by using instead:
const include = inputs.include && [].concat(...[inputs.include]) const exclude = inputs.exclude && [].concat(...[inputs.exclude])
The text was updated successfully, but these errors were encountered:
fixed with v1.0.8
Sorry, something went wrong.
No branches or pull requests
Array.flat()
is not supported in Node 10:netlify-plugin-inline-functions-env/index.js
Lines 39 to 40 in d4b0428
This could be fixed by using instead:
The text was updated successfully, but these errors were encountered: