From ed9e7ce33021bf175f419db647034b0fa4aeeefc Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Tue, 14 May 2019 07:42:59 -0700 Subject: [PATCH] feat: added explicit browser matrix --- ui/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/package.json b/ui/package.json index 43a0dcdbe..6cfe807cd 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,6 +15,11 @@ "buildProd": "ng build --prod && npm run copy", "bundle-report": "webpack-bundle-analyzer dist/stats.json" }, + "browserslist": [ + "last 1 version", + "> 1%", + "IE 11" + ], "private": true, "dependencies": { "@angular/animations": "7.2.14",