FusionAuth/fusionauth-react-sdk

Source Maps Missing

Closed this issue · 1 comments

Issue

The source code published to NPM is compressed and no source maps are shipped. This makes it really difficult to debug.

FWIW; A lot of libraries these days don't even do compression since it will be handled by the users setup ( webpack ) already.

Good point. We can add source maps to make debugging easier.