Automatically generated source-maps could be revealing your private project's files

added by JavaScript Kicks
9/18/2019 5:37:13 PM

602 Views

Making your frontend application source code public by mistake When you start creating your web application, you usually reach for some of the popular libraries or frameworks. For example, you could reach for the well known "create-react-app" CLI, which will do everything for you. The CLI will generate bundle files automatically along with files called "source-maps".


0 comments