rehooks / local-storage

React hook which syncs localStorage[key] with the comp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack `source-map-loader` produces errors

maxsbelt opened this issue · comments

Alpha version of create-react-app tool uses source-map-loader webpack loader. This package produces next errors:

Screenshot 2021-10-14 at 16 34 31

It happens because package doesn't have src folder but source map points to it:

Screenshot 2021-10-14 at 16 36 54