Skip to content

Commit 0321f68

Browse files
authored
fix: use nft for ipx bundle (#725)
1 parent c7fb6fa commit 0321f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const resolveModuleRoot = (moduleName) => {
120120
exports.configureHandlerFunctions = ({ netlifyConfig, publish, ignore = [] }) => {
121121
/* eslint-disable no-underscore-dangle */
122122
netlifyConfig.functions._ipx ||= {}
123-
netlifyConfig.functions._ipx.node_bundler = 'esbuild'
123+
netlifyConfig.functions._ipx.node_bundler = 'nft'
124124
/* eslint-enable no-underscore-dangle */
125125
;[HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME].forEach((functionName) => {
126126
netlifyConfig.functions[functionName] ||= { included_files: [], external_node_modules: [] }

0 commit comments

Comments
 (0)