You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with bunnyJS and Internet Explorer 11. When i test on IE 11, I have multiple issues about functions in constant. For exemple, we have an error "SCRIPT1002" in BunnyElement.js, line 4
Same Here, but with different type of error: SCRIPT1003: Expected ':' in line 12 of bunnyjs/src/file/file.js
i'm using @babel/polyfill too and still the same.
I my case, I was able to solve using the dist file: bunny-js/dist/validation.min.js.
Then, I made a copy of then minified file and where variables are defined as var, I change to window.{varName} and import has a module. import '../third-party/bunnyJs/validation.min';
I suppose apart from Babel Polyfill you also have to transpile ES6 syntax into ES5 for IE11. You might use Laravel Mix, assets-builder or Webpack for that.
Hi,
I have an issue with bunnyJS and Internet Explorer 11. When i test on IE 11, I have multiple issues about functions in constant. For exemple, we have an error "SCRIPT1002" in BunnyElement.js, line 4
We use webpack Encore, and we add babel polyfill. But it still not working.
Thank you very much
The text was updated successfully, but these errors were encountered: