mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Update markdownlint-browser.js generation to use browserslist "default" target (reduces size by roughly half).
This commit is contained in:
parent
30d62f19ac
commit
ff1f3e32e6
2 changed files with 2265 additions and 3312 deletions
File diff suppressed because one or more lines are too long
|
@ -25,7 +25,14 @@ function config(options) {
|
|||
"use": {
|
||||
"loader": "babel-loader",
|
||||
"options": {
|
||||
"presets": [ "@babel/preset-env" ]
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": "defaults"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue