Add comments

This commit is contained in:
Adria Navarro 2023-07-26 12:01:05 +02:00
parent 2e54b40d55
commit 77f4fe43dc
1 changed files with 2 additions and 0 deletions

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"
]