diff options
Diffstat (limited to 'node_modules/webpack/lib/DllModuleFactory.js')
-rw-r--r-- | node_modules/webpack/lib/DllModuleFactory.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/webpack/lib/DllModuleFactory.js b/node_modules/webpack/lib/DllModuleFactory.js index aae5c5747..7fba3126f 100644 --- a/node_modules/webpack/lib/DllModuleFactory.js +++ b/node_modules/webpack/lib/DllModuleFactory.js @@ -4,8 +4,8 @@ */
"use strict";
-var Tapable = require("tapable");
-var DllModule = require("./DllModule");
+const Tapable = require("tapable");
+const DllModule = require("./DllModule");
class DllModuleFactory extends Tapable {
constructor() {
|