File tree Expand file tree Collapse file tree 4 files changed +1127
-1143
lines changed
Expand file tree Collapse file tree 4 files changed +1127
-1143
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 pull-requests : write
1717 steps :
1818 - name : " Checkout code"
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : " Set up Node.js"
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v6
2323 with :
2424 node-version : " 22"
2525 cache : " npm"
Original file line number Diff line number Diff line change 4242 "build" : {
4343 "builder" : " @angular/build:application" ,
4444 "options" : {
45+ "externalDependencies" : [ " canvg" ],
4546 "outputPath" : {
4647 "base" : " dist/app"
4748 },
166167 }
167168 },
168169 "options" : {
169- "proxyConfig" : " proxy.config.js"
170+ "proxyConfig" : " proxy.config.js" ,
171+ "prebundle" : {
172+ "exclude" : [
173+ " @tailormap-viewer/core" ,
174+ " @tailormap-viewer/map" ,
175+ " @tailormap-viewer/shared" ,
176+ " @tailormap-admin/admin-core"
177+ ]
178+ }
179+
170180 },
171181 "defaultConfiguration" : " development"
172182 },
You can’t perform that action at this time.
0 commit comments