-
The goal is to extract admin section components and everything from main js bundle. I would like to extract admin pieces into separate js files with some prefix (say, The question is what tools can I use to achieve this? This is a security issue to me, for example, there could be some admin pages having some sensitive internal directions/instructions. And as it's static data, it will be packed into final js bundle, and some bad guys could reverse engineer public js, get admin paths and fetch these chunks of JS, and basically read all these templates with sensitive info. Any input will be appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
here is the solution: remix-run/remix#7912 |
Beta Was this translation helpful? Give feedback.
here is the solution: remix-run/remix#7912