Skip to content

Commit

Permalink
Merge pull request #10772 from Budibase/chore/fix_os_contributor_expe…
Browse files Browse the repository at this point in the history
…rience

Chore - Fix OS contributor dev experience
  • Loading branch information
adrinr authored Jun 2, 2023
2 parents 483e540 + bf24b2b commit e8ca1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit e8ca1e6

Please sign in to comment.