vs-fix-source-maps
Version:
A Webpack plugin that fixes javascript sourcemaps in Visual Studio (2015), allowing for JSX and JS debugging directly in Visual Studio.
1 lines • 2.22 kB
JSON
{"version":3,"sources":["webpack:///webpack/bootstrap 307064caa60520636256","webpack:///../__tests__/data.js"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;SCtCgB,M,GAAA,M;;;;AAAT,UAAS,MAAT,CAAgB,CAAhB,EAAmB;AACxB,OAAM,IAAI,aAAV;AACA,UAAO,IAAI,CAAX;AACD;;KAEoB,I;AACnB,mBAAc;AAAA;;AACZ,UAAK,KAAL,GAAa,EAAb;AACD;;;;oCACc;AACb,cAAO,SAAP;AACD;;;iCACW,S,EAAW;AACrB,WAAI,SAAJ,EAAe;AACb,gBAAO,IAAP;AACD;AACD,cAAO,KAAP;AACD;;;;;;mBAZkB,I;AAed,KAAM,kCAAa,SAAb,UAAa,GAAM,CAAG,CAA5B,C","file":"main.bundle.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n/** WEBPACK FOOTER **\n ** webpack/bootstrap 307064caa60520636256\n **/","export function myTest(y) {\n const x = 'some string';\n return x + y;\n}\n\nexport default class Test {\n constructor() {\n this.state = {};\n }\n haveAGoodDay() {\n return 'hope so';\n }\n haveABadDay(sometimes) {\n if (sometimes) {\n return true;\n }\n return false;\n }\n}\n\nexport const helloWorld = () => { };\n\n\n\n/** WEBPACK FOOTER **\n ** ../__tests__/data.js\n **/"],"sourceRoot":""}