booleanWhether to extend the global variable defined by the name option in umd or iife formats.
When true, the global variable will be defined as global.name = global.name || {}. When false, the global defined by name will be overwritten like global.name = {}.
false