sandiiarov / use-events

🍭 Event hooks
https://sandiiarov.github.io/use-events
492 stars 16 forks source link

Change TSC compile target #145

Open slorber opened 5 years ago

slorber commented 5 years ago

Currently your ES published bundle contains const statements.

Those statements prevent the lib from working out of the box on IE11.

Workaround is to tell webpack to transpile the lib, but this is more work on user side, you should rather just transpile those const before publishing