Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue/3236 Allow for drop of ie11 #3237

Merged
merged 1 commit into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# comment out where appropriate
last 2 chrome versions
last 2 firefox versions
last 2 safari versions
last 2 edge versions
last 2 ios_saf versions
last 2 and_chr versions
firefox esr
ie 11
3 changes: 0 additions & 3 deletions grunt/tasks/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ module.exports = function(grunt) {
{
useBuiltIns: 'entry',
corejs: 3,
targets: {
ie: '11'
},
exclude: [
// Breaks lockingModel.js, set function vs set variable
'transform-function-name'
Expand Down