From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/webpack/lib/MainTemplate.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'node_modules/webpack/lib/MainTemplate.js') diff --git a/node_modules/webpack/lib/MainTemplate.js b/node_modules/webpack/lib/MainTemplate.js index d14883d15..58a3409d5 100644 --- a/node_modules/webpack/lib/MainTemplate.js +++ b/node_modules/webpack/lib/MainTemplate.js @@ -114,10 +114,6 @@ module.exports = class MainTemplate extends Template { buf.push("// expose the module cache"); buf.push(`${this.requireFn}.c = installedModules;`); - buf.push(""); - buf.push("// identity function for calling harmony imports with the correct context"); - buf.push(`${this.requireFn}.i = function(value) { return value; };`); - buf.push(""); buf.push("// define getter function for harmony exports"); buf.push(`${this.requireFn}.d = function(exports, name, getter) {`); -- cgit v1.2.3