filterbubbler / filterbubbler-web-ext

The FilterBubbler WebExtension turns your browser into a collaborative text classification lab.
37 stars 17 forks source link

Using Babel for ES6 transpiling may be completely unnecessary. Explore whether the ES6 code can be loaded directly. #47

Closed schue closed 6 years ago

schue commented 6 years ago

While webpack may or may not be necessary for ES6 support it is definitely necessary for import to work because neither import or require are currently available in Web Extensions. Here is a link to the documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import