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