backmerge master

This commit is contained in:
Martin McKeaveney 2023-08-14 18:24:51 +01:00
commit 9e0f2a1d82
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"version": "2.9.24-alpha.4",
"version": "2.9.25",
"npmClient": "yarn",
"packages": [
"packages/*"

View File

@ -25,10 +25,10 @@ function runBuild(entry, outfile) {
if (!fs.existsSync("../pro/src")) {
// If we don't have pro, we cannot bundle backend-core.
// Otherwise, the main context will not be shared between libraries
delete tsconfigPathPluginContent.compilerOptions.paths[
delete tsconfigPathPluginContent?.compilerOptions?.paths?.[
"@budibase/backend-core"
]
delete tsconfigPathPluginContent.compilerOptions.paths[
delete tsconfigPathPluginContent?.compilerOptions?.paths?.[
"@budibase/backend-core/*"
]
}