eclipse-theia/theia

source map in production mode are broken

Open

#6,693 opened on Dec 5, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
bughelp wantedtheia-cli

Description

To reproduce:

  • switch to production mode in the browser example
  • do clean build there, i.e. yarn run clean && yarn run build
  • start the app
  • try to debug

While stepping in the dev tool some lines are skipped or never hit, stack traces contain unrelated files and so on

Contributor guide