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
Hi, I would like to be able to configure react-static a bit more, because i would like to compile two sites from the same codebase.
For this I need to be able to put two static.config.js files with different names in the root of my project.
Putting two static.config.js files in two different directories is not an option, as it breaks up the node_module resolution beyond hope of repair (Believe me, I tried... and all I learnt was that react-static does waaay too much magic with node_modules to my taste)