DEV Community

Discussion on: constructor.name is not working in production

Collapse
 
hatemalhasani profile image
HatemAlhasani

I think you need to change the producation settings for "sourceMap" to true

Collapse
 
gaurangdhorda profile image
GaurangDhorda

Source maps are helpful for debugging code, and this would not needed here in this regard. check out updated post here.