Skip to content

Commit 39065f1

Browse files
committed
Restructure dirs
1 parent e7b6d89 commit 39065f1

File tree

5 files changed

+2567
-2
lines changed

5 files changed

+2567
-2
lines changed

.babelrc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"plugins": [
3+
"check-es2015-constants",
4+
"transform-es2015-arrow-functions",
5+
"transform-es2015-block-scoping",
6+
"transform-es2015-function-name",
7+
"transform-es2015-parameters",
8+
"transform-es2015-spread",
9+
"transform-es2015-template-literals"
10+
],
11+
"env": {
12+
"commonjs": {
13+
"plugins": [
14+
["transform-es2015-modules-commonjs", { "loose": true }]
15+
]
16+
},
17+
"umd": {
18+
"plugins": [
19+
["transform-es2015-modules-umd", { "loose": true }]
20+
],
21+
"moduleId": "Reselect"
22+
},
23+
"test": {
24+
"plugins": [
25+
["transform-es2015-modules-commonjs", { "loose": true }],
26+
"transform-es2015-shorthand-properties"
27+
]
28+
}
29+
}
30+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ temp/
196196

197197
# End of https://www.gitignore.io/api/node,intellij+all
198198

199+
es/

0 commit comments

Comments
 (0)