The Mozilla Web Extension validator complains that my code contains Function declarations which are an eval. Can I configure Babel to avoid this?
I'm using ES6 to develop a Web Extension. The Mozilla add-on approval process requires that your code to pass a validation tool which doesn't like the resulting code. More information at https://developer.mozilla.org/en/XUL_School/Appendix_C:_Avoid_u...
Sep 11, 2017T