Remove polyfills for features supported by all target browsers
Remove polyfills for features that are supported by all of our target browsers: - `fetch` (https://caniuse.com/fetch) - The `URL` constructor (https://caniuse.com/url) - `String.prototype.normalize` (https://caniuse.com/mdn-javascript_builtins_string_normalize)
Showing
... | ... | @@ -54,7 +54,6 @@ |
"gulp-rename": "^2.0.0", | ||
"gulp-replace": "^1.0.0", | ||
"hammerjs": "^2.0.4", | ||
"js-polyfills": "^0.1.16", | ||
"karma": "^5.0.1", | ||
"karma-browserify": "^7.0.0", | ||
"karma-chai": "^0.1.0", | ||
... | ... | @@ -90,10 +89,8 @@ |
"through2": "^4.0.1", | ||
"tiny-emitter": "^2.0.2", | ||
"typescript": "^4.0.2", | ||
"unorm": "^1.3.3", | ||
"vinyl": "^2.2.0", | ||
"watchify": "^3.7.0", | ||
"whatwg-fetch": "^3.0.0", | ||
"wrap-text": "^1.0.7", | ||
"zen-observable": "^0.3.0" | ||
}, | ||
... | ... |
Please register or sign in to comment