Merge pull request #188 from brentburg/webpack-return
Webpack doesn't like return outside of a function in a module
This commit is contained in:
commit
68ef2d545e
@ -8,10 +8,6 @@
|
||||
* the same directory.
|
||||
*/
|
||||
|
||||
if (typeof global.regeneratorRuntime === "object") {
|
||||
return;
|
||||
}
|
||||
|
||||
var iteratorSymbol = typeof Symbol === "function" && Symbol.iterator || "@@iterator";
|
||||
var runtime = global.regeneratorRuntime = exports;
|
||||
var hasOwn = Object.prototype.hasOwnProperty;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user