Skip to content

Commit 73793ed

Browse files
committed
chore: move babel config to package.json
1 parent 740d2cb commit 73793ed

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"email": "hello@colinmeinke.com",
55
"url": "colinmeinke.com"
66
},
7+
"babel": {
8+
"plugins": [
9+
"transform-object-rest-spread"
10+
],
11+
"presets": [
12+
"es2015"
13+
]
14+
},
715
"bugs": {
816
"url": "https://github.com/colinmeinke/postcss-calc-function/issues"
917
},

0 commit comments

Comments
 (0)