{
    "root": "../js",
    "output": "index.js",
    "bundles": {
        "b": {
            "modules": {
                "b": "b.js"
            },
            "match": true,
            "ie": false
        }
    },
    "ie": true
}