From 340f5fbadd8731fee1a79a5773f9de1fe5167647 Mon Sep 17 00:00:00 2001 From: "aaron@masa.finance" Date: Wed, 23 Aug 2023 16:17:06 -0700 Subject: [PATCH] add tooltip package to css loader path --- webpack.config.prod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.prod.js b/webpack.config.prod.js index 4fd0303f..93a3a845 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -153,6 +153,7 @@ module.exports = path.resolve('node_modules'), path.resolve('node_modules/@rainbow-me/rainbowkit'), path.resolve('node_modules/react-phone-number-input'), + path.resolve('node_modules/rc-tooltip'), ], }, },