frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

Support environment file next to environment variables

Open thahnen opened this issue 1 year ago • 0 comments

With these changes, support is provided for environment files (e.g., ".env") - basically any key-value pair-based file. If provided, their content is loaded and if used alongside the already existing 'environmentVariables' configuration, then they are merged.

Integration tests are provided for the existing behavior, the new one, and a mix of both.

Fixes #1155

thahnen avatar Jun 11 '24 13:06 thahnen