Greenstand / treetracker-wallet-app

The Greenstand Wallet App
https://wallet.treetracker.org
14 stars 43 forks source link

Hide SourceMap #187

Closed Siddhant-K-code closed 2 years ago

Siddhant-K-code commented 2 years ago

Describe the bug

Our Source Code of WebApp: https://wallet.treetracker.org/ is visible to all the users.

It happens because of using creat-react-app as default settings. Also, due to this node_modules are getting deployed to the Production build.

This Can be fixed by updating scripts:

 "build": "GENERATE_SOURCEMAP=false react-scripts build"

image

To Reproduce

Open Developer Tools in https://wallet.treetracker.org/, Go To Source.

Expected behavior

Sourcemap shouldn't be there

Desktop: