forked from webpack/webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodeTemplate.js
More file actions
25 lines (25 loc) · 879 Bytes
/
nodeTemplate.js
File metadata and controls
25 lines (25 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/******/(function(modules) {
/******/ var installedModules = {};
/******/ function req(moduleId) {
/******/ if(typeof moduleId !== "number") throw new Error("Cannot find module '"+moduleId+"'");
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
/******/ var module = installedModules[moduleId] = {
/******/ exports: {},
/******/ id: moduleId,
/******/ loaded: false
/******/ };
/******/ modules[moduleId](module, module.exports, req);
/******/ module.loaded = true;
/******/ return module.exports;
/******/ }
/******/ req.e = function(chunkId, callback) {
/******/ var mods = require("./" + chunkId + modules.a);
/******/ for(var id in mods)
/******/ modules[id] = mods[id];
/******/ callback(req);
/******/ };
/******/ req.modules = modules;
/******/ req.cache = installedModules;
/******/ return req(0);
/******/})