Browse Source

add .babelrc

pull/1/head
Jonathan Cobb 5 years ago
parent
commit
006efbd8fd
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .babelrc

+ 6
- 0
.babelrc View File

@@ -0,0 +1,6 @@
{
"presets": [
"env",
"stage-3"
]
}

Loading…
Cancel
Save