From 5e464784c44a04c529363bc932ebe976ca185e34 Mon Sep 17 00:00:00 2001 From: webxoss Date: Fri, 17 Feb 2017 11:03:22 +0800 Subject: [PATCH 1/2] drop android 4.3 an ie 10 in browser list --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index bf60fcf..ac35a99 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -36,9 +36,9 @@ const TESTS = { } let browsers = [ 'last 2 versions', - 'ie >= 10', + 'ie >= 11', 'Firefox ESR', - 'Android >= 4.3', + 'Android >= 4.4', 'iOS >= 8', 'last 2 ChromeAndroid versions', ].join(', ') From 0da1d7f321e94800f7a464a4f6d3cb1fa9e0d25b Mon Sep 17 00:00:00 2001 From: webxoss Date: Mon, 20 Feb 2017 00:36:17 +0800 Subject: [PATCH 2/2] add alert for unsupported browsers --- src/index.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/index.tpl b/src/index.tpl index 70bfca5..f423dce 100644 --- a/src/index.tpl +++ b/src/index.tpl @@ -9,5 +9,17 @@
+ \ No newline at end of file