Add support for wrapping the build in UMD syntax.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"exports": ["*"]
|
||||
"exports": ["*"],
|
||||
"umd": true
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"exports": ["*"],
|
||||
"umd": true,
|
||||
"compile": {
|
||||
"externs": [
|
||||
"externs/bingmaps.js",
|
||||
@@ -59,7 +60,6 @@
|
||||
],
|
||||
"compilation_level": "ADVANCED",
|
||||
"warning_level": "VERBOSE",
|
||||
"output_wrapper": "(function(){%output%})();",
|
||||
"use_types_for_optimization": true,
|
||||
"manage_closure_dependencies": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user