From 7d6cb7078cc3cd6d76e83cdad3523c9fec6251b5 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 28 Feb 2021 16:26:51 -0800 Subject: [PATCH] Specify which browsers we support to remove some Babel transforms (#58) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8852808..6c9fbdb 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,6 @@ "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "yargs": "^16.0.3" - } + }, + "browserslist": "supports audio-api and supports webgl2 and last 3 years" }