Skip to content

Commit

Permalink
Marked playcanvas as external for other example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Feb 20, 2025
1 parent a3b31f3 commit 1992082
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,10 @@ const exampleRollupOptions = ({ categoryKebab, exampleNameKebab, path }) => {
file: output,
format: 'esm'
},
context: 'this'
context: 'this',
external: [
'playcanvas'
]
});
continue;
}
Expand Down

0 comments on commit 1992082

Please sign in to comment.