ahoym / redesert

Work in Progress - Opinionated HOFs for auto-generating REST API consuming redux logic
MIT License
3 stars 1 forks source link

Optimize published JS bundle after TS --> JS transpilation #23

Open ahoym opened 6 years ago

ahoym commented 6 years ago

Is this a feature request or a bug report?

What is the current behavior?

Currently redesert relies on the tsc transpilation from typescript to javascript, but there are no additional optimizations. There was an attempt to rollup the resulting JS bundle after the transpilation step, but it didn't work as expected.

What is the expected behavior?