Problems building packages using ES6
When I use ES6 keywords such as const or let in my code the linter gives a warning and the build fails. How do I go about fixing/addressing this?
Thanks
When I use ES6 keywords such as const or let in my code the linter gives a warning and the build fails. How do I go about fixing/addressing this?
Thanks
Launch supports IE10+ browsers so all code should be written with that in mind. Since ES6 isn't fully supported in IE10, you'd need to transcompile to an earlier version of JS.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.