fundsaccess / ng-chiptan

angularjs component to render chiptan flicker code
MIT License
1 stars 1 forks source link

Cannot use plugin on IE-11 #8

Closed WuglyakBolgoink closed 4 years ago

WuglyakBolgoink commented 4 years ago

Hallo guys!

we can not use this plugin on IE-11 image

Because dist folder contain JS-file in ES6 format. Please convert this into ES5 or do it additionally. image

fundsaccess commented 4 years ago

Hello @WuglyakBolgoink,

this library was just updated to v1. Now babel-loader is used to transpile es6 to es5.

I just tested the showcase on IE11, it works. Please update the library to solve you problem.

Best,

fundsaccess F/E team

WuglyakBolgoink commented 4 years ago

fixed