mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
In case the browser builder hashes the assets we need to add this setting to the server builder as otherwise when assets it will be requested twice. One for the server which will be unhashed, and other on the client which will be hashed. Closes #15953