Feature #5011
openBundle browser version in NPM package
0%
Description
Is there any possibility of distributing the browser version of Saxon-JS in the NPM module?
For context, the package.json may include a browser
attribute, that specifies a browser package that web bundlers may use when the library is imported. https://docs.npmjs.com/cli/v7/configuring-npm/package-json#browser
Additionally, a module
attribute may specify an ESM module.
Including the browser bundle in the NPM package would ease dependency management, and facilitate library usage in applications with both node.js and browser-based components.
Please register to edit this issue
Also available in: Atom PDF Tracking page