frontend-maven-plugin
frontend-maven-plugin copied to clipboard
Support environment file next to environment variables
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