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.
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
.