intermine / bluegenes-protein-visualizer

MIT License
0 stars 6 forks source link

Make React components usable if installed via NPM #21

Closed akshatbhargava123 closed 3 years ago

akshatbhargava123 commented 4 years ago

Currently, the react components are not usable if we install the npm package for the tool. This is because JSX is compiled (only under src) using webpack during the build process which is fine so we need to export the "built" react component from our package.

It probably requires to re-configure some webpack configuration. This might be a useful link.

heralden commented 3 years ago

Closing as we found an alternative solution to this.