Jarvis1010 / react-copy-code

A React component to add copy to clipboard funcitonality to 'pre code' blocks
MIT License
9 stars 4 forks source link

Bundled module is quite large #4

Closed earnubs closed 5 years ago

earnubs commented 5 years ago

When building this module with Webpack it can be quite large for vanilla Webpack configs (1.8MiB), consider moving Webpack to devDependecies in package.json? (And react and react-do to peerDeps?)

Jarvis1010 commented 5 years ago

Thank you for pointing this out. I just pushed those changes up.