Skip to content

Commit 05e3ecc

Browse files
committed
Added tailormap packages to prebundle to fix serving localized locally
1 parent 8da1742 commit 05e3ecc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

angular.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,16 @@
166166
}
167167
},
168168
"options": {
169-
"proxyConfig": "proxy.config.js"
169+
"proxyConfig": "proxy.config.js",
170+
"prebundle": {
171+
"exclude": [
172+
"@tailormap-viewer/core",
173+
"@tailormap-viewer/map",
174+
"@tailormap-viewer/shared",
175+
"@tailormap-admin/admin-core"
176+
]
177+
}
178+
170179
},
171180
"defaultConfiguration": "development"
172181
},

0 commit comments

Comments
 (0)