 I am trying to use this library with an EXPORT_ES6 library, the flags I build the library are ``` -s MODULARIZE \ -s EXPORT_ES6 \ -s ENVIRONMENT='web' \ -s USE_ES6_IMPORT_META=0 \ ``` And my library ends with: ```js export default Module; ``` I also have `type="module"` in my package.json.