Last active
January 16, 2017 12:22
-
-
Save koba04/1f8ac9785606da700f95e823ce87a9fe to your computer and use it in GitHub Desktop.
This file contains hidden or 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
node_modules/ |
This file contains hidden or 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
{ | |
"name": "transform-react-constant-elements", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "babel test.js" | |
}, | |
"babel": { | |
"presets": ["react"], | |
"plugins": [ | |
"transform-react-constant-elements" | |
] | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"babel-cli": "^6.18.0", | |
"babel-plugin-transform-react-constant-elements": "^6.9.1", | |
"babel-preset-react": "^6.16.0" | |
} | |
} |
This file contains hidden or 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
const ComponentA = () => <div><MyCustomComponent /></div>; |
Author
koba04
commented
Jan 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment