Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
log
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eddy Guo
log
Commits
3a25be66
Commit
3a25be66
authored
Sep 18, 2017
by
Eddy Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
a87584b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
9.18.md
9.18.md
+28
-0
No files found.
9.18.md
0 → 100644
View file @
3a25be66
# 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'
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment