Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 748c974

Browse files
authoredDec 9, 2018
Merge pull request effector#26 from zerobias/develop
Develop
2 parents d43144b + 94c36c8 commit 748c974

File tree

244 files changed

+55833
-7374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+55833
-7374
lines changed
 

‎.babelrc.js

-32
This file was deleted.

‎.babelrc__

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": [
3+
"@babel/plugin-proposal-optional-chaining",
4+
["@babel/plugin-proposal-class-properties", {"loose": true}]
5+
]
6+
}

0 commit comments

Comments
 (0)
Please sign in to comment.