Always bundle pro
This commit is contained in:
parent
91f760d7c4
commit
5c7bca96e6
|
@ -30,7 +30,7 @@ function runBuild(entry, outfile) {
|
|||
NodeResolve({
|
||||
extensions: [".ts", ".js"],
|
||||
onResolved: resolved => {
|
||||
if (resolved.includes("node_modules")) {
|
||||
if (resolved.includes("node_modules") && !resolved.includes("/@budibase/pro/")) {
|
||||
return {
|
||||
external: true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue