Last active
August 28, 2016 09:32
-
-
Save marr/ea597c8637dc84a9799ada7aadd72230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function webpackUniversalModuleDefinition(root, factory) { | |
| if(typeof exports === 'object' && typeof module === 'object') | |
| module.exports = factory(require("moment"), require("react"), require("react-dom")); | |
| else if(typeof define === 'function' && define.amd) | |
| define(["moment", "React", "ReactDOM"], factory); | |
| else if(typeof exports === 'object') | |
| exports["MyLib"] = factory(require("moment"), require("react"), require("react-dom")); | |
| else | |
| root["MyLib"] = factory(root["moment"], root["React"], root["ReactDOM"]); | |
| })(this, function(__WEBPACK_EXTERNAL_MODULE_93__, __WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_94__) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "browserify-shim": { | |
| "react": "global:React", | |
| "react-dom": "global:ReactDOM", | |
| "moment": "global:moment", | |
| "wf-rnd-fulfillment": { | |
| "depends": [ | |
| "react:React", | |
| "react-dom:ReactDOM", | |
| "moment:moment" | |
| ] | |
| } | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment