-
Notifications
You must be signed in to change notification settings - Fork 2
Deployment very slow due to Babel logging #36
Copy link
Copy link
Open
Description
Deploying the react app to azure takes about 100 minutes. Most of this time is taken up with huge amounts of logging information from Babel of the form:
2017-03-28T15:44:50 Tue, 28 Mar 2017 15:44:50 GMT babel program.body[10].body.body[6].body.body[2].declarations[0].init.right.openingElement.attributes[0].value.expression.body CallExpression: exit
2017-03-28T15:44:50 Tue, 28 Mar 2017 15:44:50 GMT babel program.body[10].body.body[6].body.body[2].declarations[0].init.right.openingElement.attributes[0].value.expression ArrowFunctionExpression: exit
2017-03-28T15:44:50 Tue, 28 Mar 2017 15:44:50 GMT babel program.body[10].body.body[6].body.body[2].declarations[0].init.right.openingElement.attributes[0].value JSXExpressionContainer: exit
We need to stop this happening so that the deployment can happen more quickly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels