serverless-components / express

⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
https://serverless.com/components
Apache License 2.0
375 stars 34 forks source link

Add dependency build script to typescript webpack template package.json #64

Open Cameron-C-Chapman opened 3 years ago

Cameron-C-Chapman commented 3 years ago

This is required for typescript projects after v2 of this component, but wasn't included in the webpack template. It was on the tsc component already, it just hadn't been copied over here as well.

I did verify the webpack template without this did not work, but with this config it did. This was the root cause of #60.