SaxonJS unusable with webpack
问题 I'm running into an issue when trying to integrate SaxonJS into a larger web application using webpack . From what I can tell, webpack views SaxonJS as just another module, but SaxonJS is not structured as an AMD or CommonJS module. Instead, the Big.js (a SaxonJS dependency) hijacks the export. I believe that fixing Node.js support will also fix this issue. import * as SaxonJS from "./Saxon-JS/SaxonJS.js"; export class Transformer { public static transform(inputStr: string, sefFile: string,