Skip to content

Commit

Permalink
Restructure dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
negative0 committed Jun 13, 2020
1 parent e7b6d89 commit 39065f1
Show file tree
Hide file tree
Showing 5 changed files with 2,567 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"plugins": [
"check-es2015-constants",
"transform-es2015-arrow-functions",
"transform-es2015-block-scoping",
"transform-es2015-function-name",
"transform-es2015-parameters",
"transform-es2015-spread",
"transform-es2015-template-literals"
],
"env": {
"commonjs": {
"plugins": [
["transform-es2015-modules-commonjs", { "loose": true }]
]
},
"umd": {
"plugins": [
["transform-es2015-modules-umd", { "loose": true }]
],
"moduleId": "Reselect"
},
"test": {
"plugins": [
["transform-es2015-modules-commonjs", { "loose": true }],
"transform-es2015-shorthand-properties"
]
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,4 @@ temp/

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

es/
Loading

0 comments on commit 39065f1

Please sign in to comment.