* Prepare preset-env and compat-data for preset-modules * Add transform-edge-default-parameters from preset-modules * AUtomatically generate data from compat-table * Add compat data for other plugins * Updates after rebase * Add more bugfixes to preset-env * Update tests * Add bugfix/transform-safari-for-shadowing * Fix build script * bugfix/transform-safari-block-shadowing * Fix flow * Include changes from 7127330f02b423d9cb0555b3d2a24dbccbc149b5 * Fix check-compat-data
13 lines
167 B
JSON
13 lines
167 B
JSON
{
|
|
"validateLogs": true,
|
|
"presets": [
|
|
["env", {
|
|
"debug": true,
|
|
"bugfixes": false,
|
|
"targets": {
|
|
"esmodules": true
|
|
}
|
|
}]
|
|
]
|
|
}
|