-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing default dom element getter.
- Loading branch information
1 parent
09a0cb1
commit 1174056
Showing
5 changed files
with
2,299 additions
and
1,937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"presets": ["env", "react"], | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-react", | ||
], | ||
"plugins": [ | ||
"transform-object-rest-spread", | ||
"transform-class-properties", | ||
["transform-es2015-modules-umd", | ||
["@babel/plugin-transform-modules-umd", | ||
{ | ||
"globals": { | ||
"react": "React", | ||
}, | ||
}, | ||
], | ||
"@babel/plugin-proposal-class-properties", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.