You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
I've been using create-react-app to deploy with Netlify and this plugin has been very helpful in setting up the integration.
The problem I run into is that my sourcemaps get also deployed on Netlify and the full source is visible when opening the inspector.
I'd normally output sourcemaps in a separate directory from the one being deployed, but create-react-app doesn't give me that option without ejecting and having to manage a custom webpack config.
Would an option to delete sourcemaps after deployment be something worth adding to this plugin?
Happy to contribute the change if it's ok.
nishuzumi, austinbirch, amorriscode, nspilman, masterfung and 1 more