mirror of https://github.com/webpack/webpack.git
Update type
This commit is contained in:
parent
f757c2153b
commit
081e8e4c03
|
|
@ -8,7 +8,7 @@
|
|||
const { join, dirname } = require("./util/fs");
|
||||
|
||||
/** @typedef {import("./Compiler")} Compiler */
|
||||
/** @typedef {function(TODO): void} ModuleReplacer */
|
||||
/** @typedef {function(resource: { request: string }): void} ModuleReplacer */
|
||||
|
||||
class NormalModuleReplacementPlugin {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue