vrizo / uibook

Lightweight tool for React components visual testing with media queries
MIT License
228 stars 6 forks source link

Compilation error on CRA (react scripts v. 1.1.4) #10

Closed helsi-pro closed 4 years ago

helsi-pro commented 4 years ago

Hi, we have problem with compilation in project based on old CRA (on new project with updated CRA it does not reproduce).
Error looks like TypeError: compilation.entrypoints.forEach is not a function I`ve created PR to you with fix this bug #9

vrizo commented 4 years ago

Hi, @helsi-pro ! Thanks for the issue and PR!

Your fix is released in 0.5.7, please check.

Thank you!

helsi-pro commented 4 years ago

@vrizo thank you too ;)