Is it possible to use ES6 in a Chrome Extension?
问题 I've just started building a Chrome Extension and was curious if I'd be able to use ES6 with it. In the following compatibility table, Chrome 41 shows that it currently has 41% compatibility. A couple key features like class are not included in that 41% and so I was curious if there were other options, such as transpiling. I've already used Babel, an ES6 transpiler, with Ember CLI and it has worked great. However, I find the build process a bit different when developing a chrome extension.