Now node 14 version is available to use on AWS lambda, I'm trying to use a feature from this version optional chaining, however I'm facing a error when I try to use serverless-plugin-browserifier, without this plugin it's possible to compile code.
This is the error: "OperationalError: Parsing file {path}: Unexpected token (32:27)"
Hello there,
Now node 14 version is available to use on AWS lambda, I'm trying to use a feature from this version optional chaining, however I'm facing a error when I try to use serverless-plugin-browserifier, without this plugin it's possible to compile code.
This is the error: "OperationalError: Parsing file {path}: Unexpected token (32:27)"
Is the plugin compatible with node 14 version ?