Commit 3a25be66 by Eddy Guo

Add new file

parent a87584b5
# About `react-transform-log-render`
1. babel6 deprecated 'extra',
```
"development": {
"plugins": [
["react-hot-loader/babel"],
["react-transform", {
"transforms": [
{
"transform": "react-transform-log-render",
// "imports": ["react-transform-log-render-options"]
}
]
}]
],
}
```
2. `import` path not properly in dir and sub directory
```
// 1. now commented imports, has't show any bugs now
//
// 2. to config include and exclude, maybe need write an npm package,
// the import path seems not right 'not find'
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment