mirror of https://github.com/webpack/webpack.git
chore: fix types
This commit is contained in:
parent
af2acc56e8
commit
0778b0408b
|
@ -1,3 +1,4 @@
|
|||
/** @type {import("../../../../").LoaderDefinition} */
|
||||
module.exports = function(content) {
|
||||
const callback = this.async();
|
||||
|
||||
|
|
Loading…
Reference in New Issue