mafintosh / dns-packet

An abstract-encoding compliant module for encoding / decoding DNS packets
MIT License
205 stars 71 forks source link

fix: explicit Buffer reference for webpack #68

Closed martinheidegger closed 3 years ago

martinheidegger commented 3 years ago

Without using a require('buffer') statement webpack has a hard time to make sure it works in the browser.

mafintosh commented 3 years ago

5.3.0 with the other one

martinheidegger commented 3 years ago

Awesome 🚀Thank you!