[ 
https://issues.apache.org/jira/browse/CB-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269158#comment-15269158
 ] 

ASF GitHub Bot commented on CB-11194:
-------------------------------------

Github user rakatyal commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/434#discussion_r61922956
  
    --- Diff: cordova-common/src/ConfigChanges/ConfigFile.js ---
    @@ -17,13 +17,30 @@
     var fs = require('fs');
     var path = require('path');
     
    -var bplist = require('bplist-parser');
    -var et   = require('elementtree');
    -var glob = require('glob');
    -var plist = require('plist');
    +var modules = {};
    +
    +function addProperty(obj, property, modulePath) {
    --- End diff --
    
    +1


> Improve cordova load time
> -------------------------
>
>                 Key: CB-11194
>                 URL: https://issues.apache.org/jira/browse/CB-11194
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: Android, CordovaLib
>            Reporter: Nikhil Khandelwal
>
> We can delay load some of our dependencies to improve our load time.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to