From e1cba20f20df7d973b5a3cb6d1d517160350dffe Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Tue, 14 Sep 2021 08:11:34 +0200 Subject: [PATCH] fix(gatsby): add webpack export to npm (#33164) --- packages/gatsby/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 92b5524dd1a95..4fff2353bde9b 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -207,6 +207,8 @@ "utils.js", "internal.js", "internal.d.ts", + "webpack.js", + "webpack.d.ts", "!**/__tests__/" ], "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby#readme",