Skip to content

Commit

Permalink
Fixed import issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Garnier committed Nov 7, 2017
1 parent e9189dc commit e98540c
Show file tree
Hide file tree
Showing 15 changed files with 5,044 additions and 88 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
"transform-object-rest-spread",
"remove-comments"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/firebase-debug.log
/example/src/firebase-config.json
/example/.firebaserc
react-firebaseui-*.tgz
50 changes: 2 additions & 48 deletions dist/FirebaseAuth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/FirebaseAuth.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e98540c

Please sign in to comment.