@kenns29 it appears this PR has broken imports in 1.11.11. It looks to me like either the build file dist/dist.min.js should be renamed to dist/index.js or that package.jsonmain field should be updated to dist/dist.min.js. main is currently pointing to dist/index.js which no longer exists. Is there anyway you could resolve this for 1.11.12? Let me know if you'd like me to file an issue instead.
@kenns29 it appears this PR has broken imports in
1.11.11
. It looks to me like either the build filedist/dist.min.js
should be renamed todist/index.js
or thatpackage.json
main
field should be updated todist/dist.min.js
.main
is currently pointing todist/index.js
which no longer exists. Is there anyway you could resolve this for1.11.12
? Let me know if you'd like me to file an issue instead.