create-react-app-typescript
create-react-app-typescript copied to clipboard
Allow to configure source map type
Hi, while working on a project I faced with necessity to configure our production build with source map set to nosources-source-map. If I understood correctly there is no way at current moment to configure source map via configuration settings, e.g. set nosources-source-map. This PR is a proposed solution. Please let me know if that makes sense to you, thanks!