mirror of https://github.com/webpack/webpack.git
Make tooling happy
This commit is contained in:
parent
57ca3f5fa3
commit
d35c2159e9
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue