express icon indicating copy to clipboard operation
express copied to clipboard

Add dependency build script to typescript webpack template package.json

Open Cameron-C-Chapman opened this issue 3 years ago • 0 comments

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.

Cameron-C-Chapman avatar Mar 03 '21 23:03 Cameron-C-Chapman