We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58b934 commit d160989Copy full SHA for d160989
tests/e2e/tests/test/test-environment.ts
@@ -20,8 +20,8 @@ export default function () {
20
production: {
21
fileReplacements: [
22
{
23
- from: 'src/environments/environment.ts',
24
- to: 'src/environments/environment.prod.ts'
+ src: 'src/environments/environment.ts',
+ replaceWith: 'src/environments/environment.prod.ts'
25
}
26
],
27
0 commit comments