Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit cbdeeec

Browse files
committed
Updated babel-preset-es2015 to babel-preset-env
1 parent d2a3afd commit cbdeeec

10 files changed

+407
-164
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ignore": ["node-modules/**", "src/index.umd.js"],
3-
"presets": [ "es2015", "stage-0", "react"],
3+
"presets": [ "env", "stage-0", "react"],
44
"env": {
55
"test": {
66
"plugins": ["istanbul"],

0 commit comments

Comments
 (0)