From 8ddb62900c594815bda652ad0bac865861ea73f6 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 26 Jun 2020 18:32:50 +0200 Subject: [PATCH] docs: update `/config/app-package-json` redirect With this change we change the redirect for `/config/app-package-json` from `https://webpack.js.org/configuration/optimization/#optimizationsideeffects` to `https://angular.io/guide/strict-mode#non-local-side-effects-in-applications` The latter page has more details. --- aio/firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/firebase.json b/aio/firebase.json index 5a8970eef8b65..ae07bfe70fc07 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -128,7 +128,7 @@ // The below paths are referenced in users projects generated by the CLI {"type": 301, "source": "/config/tsconfig", "destination": "/guide/typescript-configuration"}, {"type": 301, "source": "/config/solution-tsconfig", "destination": "https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#solution-style-tsconfig"}, - {"type": 301, "source": "/config/app-package-json", "destination": "https://webpack.js.org/configuration/optimization/#optimizationsideeffects"} + {"type": 301, "source": "/config/app-package-json", "destination": "/guide/strict-mode#non-local-side-effects-in-applications"} ], "rewrites": [ {