diff --git a/examples/web-chat/package.json b/examples/web-chat/package.json index c62f118ac3..72b97e9924 100644 --- a/examples/web-chat/package.json +++ b/examples/web-chat/package.json @@ -53,6 +53,8 @@ "browserslist": { "production": [ ">0.2%", + "not ie <= 99", + "not android <= 4.4.4", "not dead", "not op_mini all" ],