From 1666c2b5705e85a14aa8bcf95e98c3eb1812310b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 21:49:28 +0100 Subject: [PATCH] Include both dev and min versions of React --- lib/vendor/react-dom.dev.js | 18525 ++++++++++++++++++++++++++++++++++ lib/vendor/react-dom.min.js | 15 + lib/vendor/react.dev.js | 3783 +++++++ lib/vendor/react.min.js | 12 + 4 files changed, 22335 insertions(+) create mode 100644 lib/vendor/react-dom.dev.js create mode 100644 lib/vendor/react-dom.min.js create mode 100644 lib/vendor/react.dev.js create mode 100644 lib/vendor/react.min.js diff --git a/lib/vendor/react-dom.dev.js b/lib/vendor/react-dom.dev.js new file mode 100644 index 000000000..116fbc181 --- /dev/null +++ b/lib/vendor/react-dom.dev.js @@ -0,0 +1,18525 @@ + /** + * ReactDOM v16.0.0-alpha + */ + +;(function(f) { + // CommonJS + if (typeof exports === "object" && typeof module !== "undefined") { + f(require('react')); + + // RequireJS + } else if (typeof define === "function" && define.amd) { + require(['react'], f); + + //