From f2e2f7a6fdf49a3e1e80db1a410ad173ca263d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E5=B2=B3=E7=A7=91=E6=8A=80?= <8162876+WanYueKeJi_343188225@user.noreply.gitee.com> Date: Thu, 7 Jan 2021 10:43:29 +0800 Subject: [PATCH] update gatsby-node.js. --- gatsby-node.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-node.js b/gatsby-node.js index 9493d394d5..70cef71e3a 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -22,3 +22,4 @@ exports.onCreateWebpackConfig = ({ getConfig }) => { '@antv/l7-utils': path.resolve(__dirname, 'packages/utils/src') } }; + -- Gitee