[TIMOB-26755] Proposal: Do not minify node_modules directory
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2019-01-21T05:42:07.000+0000 |
Updated | 2019-01-21T05:42:07.000+0000 |
Description
This is open for discussion: We use some npm packages (e.g.
date-fns
) and notices how the compile time increased quite a lot (~ 5-6 seconds). It seems like the CLI treats them like usual Titanium source files, uglifying and minifying them. This should not be necessary, since they do not contain any sensitive data, so they could simply be copied to the app package.
No comments