mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
docs: update browser support links aio->adev
This commit is contained in:
parent
2c2c11323a
commit
d24b087eff
@ -19,7 +19,7 @@
|
||||
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
|
||||
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
|
||||
*
|
||||
* Learn more in https://angular.io/guide/browser-support
|
||||
* Learn more in https://angular.dev/reference/versions#browser-support
|
||||
*/
|
||||
|
||||
/***************************************************************************************************
|
||||
|
@ -194,7 +194,7 @@ export default function (api: unknown, options: ApplicationPresetOptions) {
|
||||
const browserslist = require('browserslist');
|
||||
safariClassFieldScopeBugBrowsers = new Set(
|
||||
browserslist([
|
||||
// Safari <15 is technically not supported via https://angular.io/guide/browser-support,
|
||||
// Safari <15 is technically not supported via https://angular.dev/reference/versions#browser-support
|
||||
// but we apply the workaround if forcibly selected.
|
||||
'Safari <=15',
|
||||
'iOS <=15',
|
||||
|
@ -19,7 +19,7 @@
|
||||
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
|
||||
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
|
||||
*
|
||||
* Learn more in https://angular.io/guide/browser-support
|
||||
* Learn more in https://angular.dev/reference/versions#browser-support
|
||||
*/
|
||||
|
||||
/***************************************************************************************************
|
||||
|
@ -3,7 +3,7 @@
|
||||
# https://github.com/browserslist/browserslist#queries
|
||||
|
||||
# For the full list of supported browsers by the Angular framework, please see:
|
||||
# https://angular.io/guide/browser-support
|
||||
# https://angular.dev/reference/versions#browser-support
|
||||
|
||||
# You can see what browsers were selected by your queries by running:
|
||||
# npx browserslist
|
||||
|
Loading…
x
Reference in New Issue
Block a user