bring-shrubbery / use-cookie-consent

Smol (~1kB gzipped) hook for managing GDPR cookie consent state.
https://use-cookie-consent.js.org
MIT License
403 stars 15 forks source link

Add package bundler #9

Closed bring-shrubbery closed 2 years ago

bring-shrubbery commented 3 years ago

Is your feature request related to a problem? Please describe. The code is currently only transpiled to JavaScript using TSC. It's not being minified, obfuscated, or optimized in any other way.

Describe the solution you'd like Add package bundler like webpack or rollup (webpack would be my personal preference)

Describe alternatives you've considered No reason not to add this, only benefits.