We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea56a82 commit 6de5410Copy full SHA for 6de5410
build/header
@@ -10,14 +10,14 @@
10
11
;(function (root, factory) {
12
"use strict";
13
- if (typeof exports === "object") {
14
- // CommonJS
15
- module.exports = factory();
16
- } else if (typeof define === "function" && define.amd) {
+ if (typeof define === "function" && define.amd) {
17
// AMD
18
define([], function() {
19
return (root.ReactFireMixin = factory());
20
});
+ } else if (typeof exports === "object") {
+ // CommonJS
+ module.exports = factory();
21
} else {
22
// Global variables
23
root.ReactFireMixin = factory();
0 commit comments