When loading the package from unpkg, the source map doesn't get loaded. This seems to be because the jso.js dist file references //# sourceMappingURL=jso.js.map, but jso.js.map is excluded from the uploaded NPM package—potentially because the package.json files array only includes src and not dist? I'm not 100% sure.

When loading the package from unpkg, the source map doesn't get loaded. This seems to be because the jso.js dist file references
//# sourceMappingURL=jso.js.map, butjso.js.mapis excluded from the uploaded NPM package—potentially because the package.jsonfilesarray only includessrcand notdist? I'm not 100% sure.