I noticed watch mode isn't support for ESM however commenting out the check seems to work at first glance.
|
console.log("Watch mode not supported for ECMAScript lambda modules."); |
Before I go deeper and potentially submit a PR, I was wondering why this was added?
I noticed watch mode isn't support for ESM however commenting out the check seems to work at first glance.
lambda-local/src/cli.ts
Line 142 in 95fb3df
Before I go deeper and potentially submit a PR, I was wondering why this was added?