Make it possible to export .mjs
packages that would work against canjs's core.mjs
#1088
Labels
.mjs
packages that would work against canjs's core.mjs
#1088
can-crud
is built similar to howcanjs
's packages are built:While this is great for
npm
and a module loader, this doesn't make it easy to use on something like a codepen. I'd like something like the following to work:Where
//unpgk.com/can-crud@1
is importing canjs from//unpgk.com/can@5
.I'm not sure how this could work. Possibly via some mapping, including being able to import a mapping from
can
:The text was updated successfully, but these errors were encountered: