[Question] Is there a way to disable map files? #9205
Labels
stale?
Issue that may be closed soon due to the original author not responding any more.
status: awaiting author response
Additional information has been requested from the author
type: question or discussion
Issue discussing or asking a question about Gatsby
I'm trying to eliminate the sourcemap clutter for a production build deployment.
I've tried the
gatsby-plugin-no-sourcemaps
plugin.. with this config:I've also tried this:
https://medium.com/@bjornrixman/disable-source-maps-in-gatsby-7e9f82bdc55f
I've also tried this:
From this thread:
#3817
None of the above works.. I still get a sourcemap JS file for EVERY path related to a Markdown file.. I have a few hundred MD files as its a documentation site.
Is there any way I can stop the map files being generated?
I'm on
"gatsby": "^1.9.277"
as 2 is still in beta.Many thanks :)
The text was updated successfully, but these errors were encountered: