ionic-team / ionic-app-lib

The library used for using ionic apps - consumed by the CLI and the GUI
44 stars 79 forks source link

config-xml childnode order breaks <config-file> node #105

Open herman1vdb opened 8 years ago

herman1vdb commented 8 years ago

Hi

The issue was raised here: https://github.com/driftyco/ionic-cli/issues/983

Please add below fix asap:

  1. file: ionic-app-lib/lib/config-xml.js line 23: xml2js.parseString(data, {preserveChildrenOrder: true}, function(err, configJson) {
  2. file: ionic-app-lib/package.json line 70: "xml2js": "0.4.9"

Please see https://www.npmjs.com/package/xml2js for usage.