Add comments
This commit is contained in:
parent
2e54b40d55
commit
77f4fe43dc
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue