Open arbrandes opened 1 week ago
@hinakhadim, I'm particularly interested in your take on whether the provided patches are sufficient for Indigo.
This is an excellent approach! It enables plugin developers to make adjustments to env.config.jsx
indirectly, preserving the original file. In essence, it should function well even when multiple plugins are involved and will work well for indigo. The documentation is very well done, outstanding work!
This provides a mechanism to configure frontend plugins using patches to a base
env.config.jsx
, in such a way that multiple plugins can take advantage of the file (including for purposes beyond frontend plugins) without clobbering each other.This is an alternate approach to #233.