httptoolkit / brotli-wasm

A reliable compressor and decompressor for Brotli, supporting node & browsers via wasm
Apache License 2.0
260 stars 19 forks source link

Add .js file extension to import, to make importmap work out of the box #36

Closed heidemn closed 3 months ago

heidemn commented 3 months ago

Fixes #35.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

pimterry commented 3 months ago

Makes sense, thanks for fixing that! Now released as v3.0.1.

heidemn commented 3 months ago

@pimterry thanks, that was quick! I can confirm that with v3.0.1 the importmap now works out of the box.