Skip to content

Commit 1e4428a

Browse files
committed
Unused requires
1 parent d0fa60f commit 1e4428a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/LoaderTargetPlugin.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
MIT License http://www.opensource.org/licenses/mit-license.php
33
Author Tobias Koppers @sokra
44
*/
5-
var JsonpMainTemplate = require("./JsonpMainTemplate");
6-
var JsonpChunkTemplate = require("./JsonpChunkTemplate");
7-
var JsonpHotUpdateChunkTemplate = require("./JsonpHotUpdateChunkTemplate");
8-
95
function LoaderTargetPlugin(target) {
106
this.target = target;
117
}
@@ -17,4 +13,4 @@ LoaderTargetPlugin.prototype.apply = function(compiler) {
1713
loaderContext.target = target;
1814
});
1915
});
20-
};
16+
};

0 commit comments

Comments
 (0)