Skip to content

Commit

Permalink
MDL-77559 js: Revert "MDL-75012 js: Update browserslist"
Browse files Browse the repository at this point in the history
This reverts commit 4f2e19b.
  • Loading branch information
andrewnicols committed Mar 9, 2023
1 parent 78fd048 commit 6be0f7b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 26 deletions.
10 changes: 10 additions & 0 deletions Gruntfile.js
Expand Up @@ -399,6 +399,16 @@ module.exports = function(grunt) {
],
presets: [
['@babel/preset-env', {
targets: {
browsers: [
">0.25%",
"last 2 versions",
"not ie <= 10",
"not op_mini all",
"not Opera > 0",
"not dead"
]
},
modules: false,
useBuiltIns: false
}]
Expand Down
26 changes: 10 additions & 16 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions package.json
Expand Up @@ -44,14 +44,5 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.17.0"
},
"browserslist": [
">0.25%",
"last 2 versions",
"not ie <= 10",
"not op_mini all",
"not Opera > 0",
"not dead",
"ie >= 11"
]
}
}

0 comments on commit 6be0f7b

Please sign in to comment.