-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
All the versions >= 5.0
are broken in browsers that don't support ES6 because of this line:
Line 9 in 3a088db
"target": "esnext", |
It may potentially break even evergreen browsers because target: "esnext"
doesn't transpile ESNext code at all which means output may contain unstable ES features (stage-4) which are not yet supported by the browsers natively.
binarykitchen
Metadata
Metadata
Assignees
Labels
No labels