From ffb6baa3950333b183dceac01e7e236282c41d47 Mon Sep 17 00:00:00 2001 From: Sean Larkin Date: Tue, 16 May 2023 15:01:53 +0000 Subject: [PATCH] yarn fix --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9354473b2..700cae8fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,6 +60,7 @@ or [check out the issues on the documentation website's repository](https://gith webpack is statically typed using JSDoc annotation and TypeScript. If you would like to export a new type which doesn't belong to a public API, then you can do so by declaring it in `webpack/lib/index.js`. `webpack/lib/index.js` + ```js /** @typedef {import("./NormalModuleFactory").ResolveData} ResolveData */ ```