Open ahoym opened 6 years ago
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.
tsc
rollup
redesert
commonjs
es6
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 torollup
the resulting JS bundle after the transpilation step, but it didn't work as expected.What is the expected behavior?
redesert
librarycommonjs
module systems first, thenes6