Skip to content

Commit 2a332f5

Browse files
authored
Merge pull request #37 from xD3VHAX/babel-preset
Switch to babel-preset-env
2 parents 57bc831 + 4a57ecc commit 2a332f5

File tree

3 files changed

+86
-797
lines changed

3 files changed

+86
-797
lines changed

.babelrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"presets": [
3-
"es2015",
3+
[
4+
"env", {
5+
"targets": {
6+
"node": "current",
7+
"uglify": true
8+
}
9+
}],
410
"react"
511
],
612
"plugins": [

0 commit comments

Comments
 (0)