From 99f1e2768f2e20b4a1c4e907bc51d07c1a6be434 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 22 Jun 2024 00:35:35 +0100 Subject: [PATCH] fix: Uses esbuild as the node bundler for netlify --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 194ba56..c930aa1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -21,6 +21,7 @@ # REACT_APP_WHO_API_KEY='' # WhoAPI key, for iniiating client-side whois lookup [functions] + node_bundler = "esbuild" external_node_modules = ["axios"] # Redirect the /api/* path to the lambda functions