better Symbol polyfill existence check because the one es6-symbol uses isn't reliable
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
require("es6-symbol/implement");
|
||||
if (typeof Symbol === "undefined") {
|
||||
require("es6-symbol/implement");
|
||||
}
|
||||
|
||||
require("es6-shim");
|
||||
require("regenerator/runtime");
|
||||
|
||||
Reference in New Issue
Block a user