Make tooling happy

This commit is contained in:
Florent Cailhol 2018-11-25 21:29:48 +01:00
parent 57ca3f5fa3
commit d35c2159e9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"use strict"; "use strict";
const { ResolverFactory: Factory } = require("enhanced-resolve"); const Factory = require("enhanced-resolve").ResolverFactory;
const { HookMap, SyncHook, SyncWaterfallHook } = require("tapable"); const { HookMap, SyncHook, SyncWaterfallHook } = require("tapable");
/** @typedef {import("enhanced-resolve/lib/Resolver")} Resolver */ /** @typedef {import("enhanced-resolve/lib/Resolver")} Resolver */