I'm trying to build a rollup bundle which includes this library, and getting the following failure: ``` Circular dependency: node_modules/brotli/dec/decode.js -> node_modules/brotli/dec/dictionary.js -> node_modules/brotli/dec/dictionary-browser.js -> node_modules/brotli/dec/decode.js ```