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 Jun 11, 2022. It is now read-only.
Hi,
I noticed that while everything is working. the buildpack (Im assuming since it builds the entire project in heroku) also shows my webpack folder allowing the access to the unuglified js filed
my static.json is: { "root": "build/", "clean_urls": false, "routes": { "/**": "index.html" }, "https_only":true, "headers": { "/**": { "Strict-Transport-Security": "max-age=7776000" } } }
and in my production sources I can see the webpack:
via the . folder you can access the src.
how do I prevent that?
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that while everything is working. the buildpack (Im assuming since it builds the entire project in heroku) also shows my webpack folder allowing the access to the unuglified js filed
my static.json is:

{ "root": "build/", "clean_urls": false, "routes": { "/**": "index.html" }, "https_only":true, "headers": { "/**": { "Strict-Transport-Security": "max-age=7776000" } } }
and in my production sources I can see the webpack:
via the . folder you can access the src.
how do I prevent that?
The text was updated successfully, but these errors were encountered: