提交 6a71faad 编写于 作者: TodayCoding's avatar TodayCoding

ng-alain15-example micro1 config base href and deploy url and serve path

上级 3c9d7f49
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
"libraryName": "micro1", "libraryName": "micro1",
"libraryTarget": "umd" "libraryTarget": "umd"
}, },
"deployUrl": "http://localhost:4201/" "baseHref": "/micro1/",
"deployUrl": "/micro1/"
}, },
"configurations": { "configurations": {
"production": { "production": {
...@@ -91,6 +92,7 @@ ...@@ -91,6 +92,7 @@
"serve": { "serve": {
"builder": "@angular-builders/custom-webpack:dev-server", "builder": "@angular-builders/custom-webpack:dev-server",
"options": { "options": {
"servePath": "micro1",
"browserTarget": "micro1:build", "browserTarget": "micro1:build",
"proxyConfig": "proxy.conf.js" "proxyConfig": "proxy.conf.js"
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册