Instead of having one entryPoint that takes either args or no args, we decided it would be better to have two entryPoints.
One : 'buildDefault' would have 0 args and the other : 'buildWithParams' could take any args it wants containing all args we want to pass through.
We keep the 'entryConfig' entryPoint as its used and doesnt need to be changed yet.
Instead of having one entryPoint that takes either args or no args, we decided it would be better to have two entryPoints.
One : 'buildDefault' would have 0 args and the other : 'buildWithParams' could take any args it wants containing all args we want to pass through. We keep the 'entryConfig' entryPoint as its used and doesnt need to be changed yet.