We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fb6fa commit 0321f68Copy full SHA for 0321f68
src/helpers/config.js
@@ -120,7 +120,7 @@ const resolveModuleRoot = (moduleName) => {
120
exports.configureHandlerFunctions = ({ netlifyConfig, publish, ignore = [] }) => {
121
/* eslint-disable no-underscore-dangle */
122
netlifyConfig.functions._ipx ||= {}
123
- netlifyConfig.functions._ipx.node_bundler = 'esbuild'
+ netlifyConfig.functions._ipx.node_bundler = 'nft'
124
/* eslint-enable no-underscore-dangle */
125
;[HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME].forEach((functionName) => {
126
netlifyConfig.functions[functionName] ||= { included_files: [], external_node_modules: [] }
0 commit comments