[
https://issues.jboss.org/browse/JBDS-3958?page=com.atlassian.jira.plugin....
]
Jan Richter updated JBDS-3958:
------------------------------
Description:
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.
was:
The major slowing factor in the initial load time is babel transpiling the code at 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.
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
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)