dotkom / design-system

Component library, maybe
https://design.online.ntnu.no
MIT License
4 stars 4 forks source link

Bugfix/React hooks with webpack #146

Closed FluidSense closed 4 years ago

FluidSense commented 4 years ago

Edit the webpack config to better suit for a library, as well as mark React and ReactDOM as externals so that they do not get bundled along with our package. This should resolve the current error of "Invalid hook call."