playcanvas / playcanvas/editor
Launch options 'concatenated scripts' doesn't create source maps with already minified files
Open
@willeastcott is already working on this.
Since Dec 19, 2025.
area: asset import
area: launch tab
bug
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 215
- Avg merge
- 1d 29m
- Merged PRs (30d)
- 30
Description
Project: https://playcanvas.com/project/1019795/overview/concatenate-issue
Enable concatenated scripts in the launch options:

When launching, source maps aren't generated in the scripts.js file

This is because on the pipeline job, we rely on Terser to concatenate files and if fails, it falls back to simple string concatenation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.