1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Add comments

This commit is contained in:
Adria Navarro 2023-07-26 12:01:05 +02:00
parent 2e54b40d55
commit 77f4fe43dc

View file

@ -23,6 +23,8 @@ 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[
"@budibase/backend-core"
]