pbf icon indicating copy to clipboard operation
pbf copied to clipboard

ESM Support

Open codekrafter opened this issue 5 years ago • 0 comments

Right now when using pbf in an angular application (or using a library that depends on pbf), angular emits a warning about using commonjs/amd dependencies, as they cause optimization bailouts and interfere with tree shaking.

Providing an esm module would fix these warnings and allow better optimization.

codekrafter avatar Jan 07 '21 21:01 codekrafter