]
Jan Richter updated JBDS-3958:
------------------------------
Fix Version/s: 10.0.1.AM2
Transpile code at build time instead of run time
------------------------------------------------
Key: JBDS-3958
URL:
https://issues.jboss.org/browse/JBDS-3958
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Enhancement
Components: platform-installer
Affects Versions: 10.0.0.GA
Reporter: Jan Richter
Assignee: Jan Richter
Fix For: 10.0.1.AM2
The major slowing factor in the initial load time is babel transpiling the code when the
application starts (currently run as jspm subroutine).
Once JSPM is removed (JBDS-3769), we need to ensure that babel is not used as a
production dependency anymore. For that we need to put the transpiling step before the
build (generate) step.