From ba0c1c5f47a0254784bdf522f51cf36e3478d281 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 12 Oct 2018 15:51:53 -0400 Subject: [PATCH] Align Babel targets with browsers that have CSS grid support --- assets/brunch-config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/brunch-config.js b/assets/brunch-config.js index 32cedf2..c525247 100644 --- a/assets/brunch-config.js +++ b/assets/brunch-config.js @@ -69,10 +69,10 @@ exports.config = { "@babel/preset-env", { useBuiltIns: "entry", targets: { - firefox: "49", - chrome: "53", - safari: "10", - edge: "14", + firefox: "52", + chrome: "57", + safari: "10.3", + edge: "16", }, }, ],