Move wasCommonJS
function out of resolver and into a provider hook
#242
Labels
enhancement
New feature or request
Currently the resolver supports checking if a module was transpiled to ESM from CJS by seeing if it has an export with a
modulename!cjs
subpath. Adding these exports is something only thejspm.io
CDN does, I think, so we should probably move it out of the main logic and into thejspm.io
provider.The text was updated successfully, but these errors were encountered: