Merge pull request #15451 from Snuffleupagus/major-support
[api-major] Update the minimum supported browsers/environments
This commit is contained in:
commit
f91cc3dd5d
@ -80,9 +80,10 @@ const config = JSON.parse(fs.readFileSync(CONFIG_FILE).toString());
|
|||||||
|
|
||||||
const ENV_TARGETS = [
|
const ENV_TARGETS = [
|
||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
"Chrome >= 76",
|
"Chrome >= 85",
|
||||||
"Firefox ESR",
|
"Firefox ESR",
|
||||||
"Safari >= 13.1",
|
"Safari >= 14",
|
||||||
|
"Node >= 14",
|
||||||
"> 1%",
|
"> 1%",
|
||||||
"not IE > 0",
|
"not IE > 0",
|
||||||
"not dead",
|
"not dead",
|
||||||
@ -1400,7 +1401,7 @@ gulp.task(
|
|||||||
postcss([
|
postcss([
|
||||||
postcssLogical({ preserve: true }),
|
postcssLogical({ preserve: true }),
|
||||||
postcssDirPseudoClass(),
|
postcssDirPseudoClass(),
|
||||||
autoprefixer({ overrideBrowserslist: ["Chrome >= 76"] }),
|
autoprefixer({ overrideBrowserslist: ["Chrome >= 85"] }),
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
.pipe(gulp.dest(CHROME_BUILD_CONTENT_DIR + "web")),
|
.pipe(gulp.dest(CHROME_BUILD_CONTENT_DIR + "web")),
|
||||||
@ -1973,7 +1974,7 @@ gulp.task("dev-css", function createDevCSS() {
|
|||||||
postcss([
|
postcss([
|
||||||
postcssLogical({ preserve: true }),
|
postcssLogical({ preserve: true }),
|
||||||
postcssDirPseudoClass(),
|
postcssDirPseudoClass(),
|
||||||
autoprefixer({ overrideBrowserslist: ["last 2 versions"] }),
|
autoprefixer({ overrideBrowserslist: ["last 1 versions"] }),
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
.pipe(gulp.dest(cssDir)),
|
.pipe(gulp.dest(cssDir)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user