Open jamosonic opened 5 years ago
:wave: The npm module output seems to contain object rest/spread properties:
r=>({...r,[e]:t})
This doesn't work in latest edge (18) unfortunately (http://kangax.github.io/compat-table/es2016plus/)
Is Edge unsupported or is this more an issue with https://github.com/palmerhq/tsdx ?
Cheers!
confirm, please remove all es6 code from the final build for cross-browser! @jaredpalmer
+1 would love a fix
npm react-register-nodes-ie https://github.com/palmerhq/react-register-nodes/pull/6
:wave: The npm module output seems to contain object rest/spread properties:
r=>({...r,[e]:t})
This doesn't work in latest edge (18) unfortunately (http://kangax.github.io/compat-table/es2016plus/)
Is Edge unsupported or is this more an issue with https://github.com/palmerhq/tsdx ?
Cheers!