express
express copied to clipboard
Add dependency build script to typescript webpack template package.json
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.