Include sbcs.full.js in Node Package #14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've found I can get by with sbcs.full.js and not need to load the 2mb cptable.js. However sbcs.full.js isn't available via npm (that I can find). Can we get it added to the package?
Confirmed: codepage@1.3.1 has this file under dist.
c5339be089
slimmed up the package with the side effect of removing this file. Per documentation on https://www.npmjs.com/package/codepage I believe this was unintended.Recommended fix: Add sbcs.full.js (and maybe sbcs.js) directly to package.json
@stephenegriffin we just pushed 1.11.1 that added sbcs.full.js to the node module. UNPKG has the file now! Since the code wasn't modified, we didn't rebuild the scripts with the new version number, but 1.12.0 will show the correct version number in the scripts.
Awesome - thanks for the unpkg tip too. Totally using that.