Grabbed dndbeyond's source code
``` ~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js ```
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory(require("react"));
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("react-jsx-parser", ["react"], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["react-jsx-parser"] = factory(require("react"));
|
||||
else
|
||||
root["react-jsx-parser"] = factory(root["react"]);
|
||||
})(this, function(__WEBPACK_EXTERNAL_MODULE__297__) {
|
||||
return
|
||||
Reference in New Issue
Block a user