Skip to content

Commit 611e590

Browse files
author
Amir Tocker
committed
Add ignore list to .babelrc
1 parent b5fa628 commit 611e590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"presets": ["react","es2015", "stage-1"]
2+
"presets": ["react","es2015", "stage-1"],
3+
"ignore": [ "src/**/*compiled.js*"]
34
}

0 commit comments

Comments
 (0)