Enable functionExternalModules by default

This commit is contained in:
Nick O'Leary
2021-07-15 10:07:52 +01:00
parent eb4625a0b9
commit 2cc1973f62
3 changed files with 4 additions and 4 deletions

View File

@@ -396,7 +396,7 @@ module.exports = {
//fileWorkingDirectory: "",
/** Allow the Function node to load additional npm modules directly */
functionExternalModules: false,
functionExternalModules: true,
/** The following property can be used to set predefined values in Global Context.
* This allows extra node modules to be made available with in Function node.