From abab9f1940ba7342aa76fb2fad2933522ea67d68 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 22 Jun 2024 11:36:14 +0100 Subject: [PATCH] fix: Revert esbuild as the node bundler for netlify --- netlify.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index c930aa1..136485e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -20,10 +20,6 @@ # REACT_APP_SHODAN_API_KEY='' # Shodan API key, for using Shodan scan API # 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 [[redirects]] from = "/api/*"