Closed ghost closed 8 years ago
For example babel-polyfill with:
entry: ['babel-polyfill']
This is required when you use regenerator-transform, because importing babel-polyfill from the lambda handler is too late.
I can add documentation if you accept this PR.
Looks good! Just update the README to reflect the new feature and I'll pull.
I've added the documentation now. Thanks for the fast response.
For example babel-polyfill with:
This is required when you use regenerator-transform, because importing babel-polyfill from the lambda handler is too late.
I can add documentation if you accept this PR.