Skip to content

Commit

Permalink
Remove IE11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
talves authored and erquhart committed Oct 19, 2017
1 parent c58e2ee commit ac0a7fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ac0a7fc

Please sign in to comment.