{ | |
"libs": [ | |
"ecma5", | |
"ecma6", | |
"browser", | |
"jquery" | |
], | |
"loadEagerly": [], | |
"async": true, | |
"dontLoad":[ | |
"node_modules", | |
"dist", | |
"tmp", | |
"vendor", | |
"public" | |
], | |
"exclude": [ | |
"node_modules/**", | |
".git/**", | |
"*.min.js", | |
"*.prod.js", | |
"*.debug.js", | |
"tmp", | |
"vendor" | |
], | |
"plugins": { | |
"doc_comment": { | |
"fullDocs": true | |
}, | |
"complete_strings": {}, | |
"es_modules": {}, | |
"modules": {}, | |
"node": {}, | |
"commonjs": {}, | |
"node_resolve":{} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment