|
|
@ -136,10 +136,6 @@ |
|
|
"baseHref": "/zh/", |
|
|
"baseHref": "/zh/", |
|
|
"localize": ["zh"] |
|
|
"localize": ["zh"] |
|
|
}, |
|
|
}, |
|
|
"mock": { |
|
|
|
|
|
"baseHref": "/en/", |
|
|
|
|
|
"localize": ["en"] |
|
|
|
|
|
}, |
|
|
|
|
|
"production": { |
|
|
"production": { |
|
|
"fileReplacements": [ |
|
|
"fileReplacements": [ |
|
|
{ |
|
|
{ |
|
|
@ -253,10 +249,6 @@ |
|
|
"development-zh": { |
|
|
"development-zh": { |
|
|
"buildTarget": "client:build:development-zh" |
|
|
"buildTarget": "client:build:development-zh" |
|
|
}, |
|
|
}, |
|
|
"mock": { |
|
|
|
|
|
"buildTarget": "client:build:development-en", |
|
|
|
|
|
"main": "apps/client/src/main.mock.ts" |
|
|
|
|
|
}, |
|
|
|
|
|
"production": { |
|
|
"production": { |
|
|
"buildTarget": "client:build:production" |
|
|
"buildTarget": "client:build:production" |
|
|
} |
|
|
} |
|
|
|