Remove IE11 Support
This commit is contained in:
parent
c58e2eeb5c
commit
ac0a7fc27c
@ -70,9 +70,7 @@
|
|||||||
"last 2 Edge versions",
|
"last 2 Edge versions",
|
||||||
"last 2 Safari versions",
|
"last 2 Safari versions",
|
||||||
"last 2 iOS versions",
|
"last 2 iOS versions",
|
||||||
"last 2 ChromeAndroid versions",
|
"last 2 ChromeAndroid versions"
|
||||||
"IE 11",
|
|
||||||
"IE_mob 11"
|
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"all-contributors-cli": "^4.4.0",
|
"all-contributors-cli": "^4.4.0",
|
||||||
@ -184,8 +182,7 @@
|
|||||||
"unified": "^6.1.4",
|
"unified": "^6.1.4",
|
||||||
"unist-builder": "^1.0.2",
|
"unist-builder": "^1.0.2",
|
||||||
"unist-util-visit-parents": "^1.1.1",
|
"unist-util-visit-parents": "^1.1.1",
|
||||||
"uuid": "^3.1.0",
|
"uuid": "^3.1.0"
|
||||||
"whatwg-fetch": "^1.0.0"
|
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"fsevents": "^1.0.14"
|
"fsevents": "^1.0.14"
|
||||||
|
@ -68,9 +68,6 @@ module.exports = {
|
|||||||
plugins: [
|
plugins: [
|
||||||
new webpack.IgnorePlugin(/^esprima$/, /js-yaml/), // Ignore Esprima import for js-yaml
|
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.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
|
target: 'web', // Make web variables accessible to webpack, e.g. window
|
||||||
};
|
};
|
||||||
|
@ -9720,7 +9720,7 @@ whatwg-encoding@^1.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
iconv-lite "0.4.13"
|
iconv-lite "0.4.13"
|
||||||
|
|
||||||
whatwg-fetch@>=0.10.0, whatwg-fetch@^1.0.0:
|
whatwg-fetch@>=0.10.0:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz#ac3c9d39f320c6dce5339969d054ef43dd333319"
|
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz#ac3c9d39f320c6dce5339969d054ef43dd333319"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user