米脂
使用externals特性12345678910111213{ output: { // export itself to a global var libraryTarget: "var", // name of the global var: "Foo" library: "Foo" }, externals: { // require("zepto") is external and available // on the global var jQuery "zepto": "Zepto" }}