We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38c955 commit 4f34543Copy full SHA for 4f34543
plugin/src/helpers/config.ts
@@ -68,7 +68,7 @@ export const configureHandlerFunctions = ({ netlifyConfig, publish, ignore = []
68
/* eslint-disable no-underscore-dangle */
69
netlifyConfig.functions._ipx ||= {}
70
netlifyConfig.functions._ipx.node_bundler = 'nft'
71
-
+
72
/* eslint-enable no-underscore-dangle */
73
;[HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME].forEach((functionName) => {
74
netlifyConfig.functions[functionName] ||= { included_files: [], external_node_modules: [] }
0 commit comments