Skip to content

Commit c38c955

Browse files
committed
chore: force new build with diff
1 parent cb02927 commit c38c955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/helpers/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const configureHandlerFunctions = ({ netlifyConfig, publish, ignore = []
6868
/* eslint-disable no-underscore-dangle */
6969
netlifyConfig.functions._ipx ||= {}
7070
netlifyConfig.functions._ipx.node_bundler = 'nft'
71+
7172
/* eslint-enable no-underscore-dangle */
7273
;[HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME].forEach((functionName) => {
7374
netlifyConfig.functions[functionName] ||= { included_files: [], external_node_modules: [] }

0 commit comments

Comments
 (0)