aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

Add hint to users that this repo uses .mjs files #258

Open kenodressel opened 5 years ago

kenodressel commented 5 years ago

I experienced an issue making the drone-aepp, which includes the aepp-components as a dependency, es2015 compliant. The problem was in my configuration was not picking up .mjs-files. This led to the dependency @download/blockies not being polyfilled or transpiled by babel. I think it would be nice to add a hint of that to the README section. Additionally it would be great to check if the dependecy can be imported in a way which uses the provided .js file instead of the .mjs file.