Is there a way to prevent Remix from generating the manifest file? #3474
Unanswered
tomadimitrie
asked this question in
Q&A
Replies: 1 comment
-
Remix needs that file to work, there’s no way to prevent it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that even on production builds there is always a js file named manifest containing every route of the app. Is there any way to prevent it from generating that? It can contain sensitive routes (for example admin routes) that shouldn't be visible, even if properly secured
Beta Was this translation helpful? Give feedback.
All reactions