Update markdownlint-browser.js generation to use browserslist "default" target (reduces size by roughly half).

This commit is contained in:
David Anson 2024-01-06 20:47:01 -08:00
parent 30d62f19ac
commit ff1f3e32e6
2 changed files with 2265 additions and 3312 deletions

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,14 @@ function config(options) {
"use": { "use": {
"loader": "babel-loader", "loader": "babel-loader",
"options": { "options": {
"presets": [ "@babel/preset-env" ] "presets": [
[
"@babel/preset-env",
{
"targets": "defaults"
}
]
]
} }
} }
} }