Skip to content
This repository was archived by the owner on Mar 30, 2018. It is now read-only.

Commit 8531434

Browse files
committed
This plugin don't use imports
1 parent 981f6f1 commit 8531434

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ It must be an array of the transforms you want to use:
4040
"plugins": [["react-transform", {
4141
"transforms": [{
4242
"transform": "react-transform-count-renders",
43-
// now go the imports!
44-
"imports": [
45-
46-
// the first import is your React distribution
47-
// (if you use React Native, pass "react-native" instead)
48-
49-
"react"
50-
]
5143
}]
5244
// note: you can put more transforms into array
5345
// this is just one of them!

0 commit comments

Comments
 (0)