mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +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": {
|
"use": {
|
||||||
"loader": "babel-loader",
|
"loader": "babel-loader",
|
||||||
"options": {
|
"options": {
|
||||||
"presets": [ "@babel/preset-env" ]
|
"presets": [
|
||||||
|
[
|
||||||
|
"@babel/preset-env",
|
||||||
|
{
|
||||||
|
"targets": "defaults"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue