I’ve created my first chrome and firefox add-on with the new browser extension API [1]. My code is written in javascript with ECMAScript 6 features. To ensure that my code works correctly, I browserify my code.
I’ve read the review policies from AMO site. But I can’t find some information on how to build properly my ES6 to help the reviewer.
Do you have some example to help me improving my code ?