From a61754d388d539adef50432aeaf6d6d41d311143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-tao_oat@users.noreply.gitlab.com> Date: Mon, 18 May 2020 19:05:10 +0100 Subject: [PATCH] remove inline js from production build --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index f7dee33..30a27e7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,6 +2,9 @@ base = "frontend/" publish = "frontend/build/" +[build.environment] + INLINE_RUNTIME_CHUNK = "false" + [context.develop.environment] REACT_APP_STAGING = "true"