sim51 / react-sigma

Sigma React component
https://sim51.github.io/react-sigma/
MIT License
172 stars 27 forks source link

Add css file to package.json exports - fix for webpack5 projects #14

Closed Adam4lexander closed 2 years ago

Adam4lexander commented 2 years ago

Getting the error Module not found: Error: Package path ./lib/react-sigma-v2.css is not exported from package when using webpack 5

Latest version of webpack is strictly enforcing the exports field in package.json. The css file must be specified also. More info: https://github.com/webpack/webpack/issues/9509

Thanks for this awesome package :)

sim51 commented 2 years ago

Merged & released in v1.2.1