Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 1e96b8c

Browse files
committed
remove Babel jsx blacklist entirely
1 parent 5548941 commit 1e96b8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/transpiler.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ var transpile = (function() {
8686
options.filename = load.address;
8787
options.code = true;
8888
options.ast = false;
89-
90-
if (!options.blacklist)
91-
options.blacklist = ['react'];
9289

9390
return babel.transform(load.source, options).code;
9491
}

0 commit comments

Comments
 (0)