From fcf11646e934310edf1649a619441f44ce11dd32 Mon Sep 17 00:00:00 2001 From: Netlify Team Account 1 Date: Tue, 28 Sep 2021 17:29:32 +0200 Subject: [PATCH] Enable `esbuild` for speedier build times --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 37eb370..eae403b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,4 @@ command = "npm run build" publish = "out" [functions] - node_bundler = "esbuild" \ No newline at end of file + node_bundler = "esbuild"