From ac0a7fc27cc75774ffbc69125b0430739d16c7e1 Mon Sep 17 00:00:00 2001 From: talves Date: Mon, 16 Oct 2017 12:29:45 -0700 Subject: [PATCH] Remove IE11 Support --- package.json | 7 ++----- webpack.base.js | 3 --- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 09a68d2e..badc4a33 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,7 @@ "last 2 Edge versions", "last 2 Safari versions", "last 2 iOS versions", - "last 2 ChromeAndroid versions", - "IE 11", - "IE_mob 11" + "last 2 ChromeAndroid versions" ], "devDependencies": { "all-contributors-cli": "^4.4.0", @@ -184,8 +182,7 @@ "unified": "^6.1.4", "unist-builder": "^1.0.2", "unist-util-visit-parents": "^1.1.1", - "uuid": "^3.1.0", - "whatwg-fetch": "^1.0.0" + "uuid": "^3.1.0" }, "optionalDependencies": { "fsevents": "^1.0.14" diff --git a/webpack.base.js b/webpack.base.js index 07a3e74b..08f246c3 100644 --- a/webpack.base.js +++ b/webpack.base.js @@ -68,9 +68,6 @@ module.exports = { plugins: [ new webpack.IgnorePlugin(/^esprima$/, /js-yaml/), // Ignore Esprima import for js-yaml new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), // Ignore all optional deps of moment.js - new webpack.ProvidePlugin({ - fetch: 'imports-loader?this=>global!exports-loader?global.fetch!whatwg-fetch', - }), ], target: 'web', // Make web variables accessible to webpack, e.g. window }; diff --git a/yarn.lock b/yarn.lock index c99a6130..932a22ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9720,7 +9720,7 @@ whatwg-encoding@^1.0.1: dependencies: iconv-lite "0.4.13" -whatwg-fetch@>=0.10.0, whatwg-fetch@^1.0.0: +whatwg-fetch@>=0.10.0: version "1.1.1" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz#ac3c9d39f320c6dce5339969d054ef43dd333319"