Skip to content

Commit 79dc141

Browse files
alan-agius4AndrewKushnir
authored andcommitted
docs: update /config/app-package-json redirect (angular#37774)
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. PR Close angular#37774
1 parent 7195625 commit 79dc141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
// The below paths are referenced in users projects generated by the CLI
129129
{"type": 301, "source": "/config/tsconfig", "destination": "/guide/typescript-configuration"},
130130
{"type": 301, "source": "/config/solution-tsconfig", "destination": "https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#solution-style-tsconfig"},
131-
{"type": 301, "source": "/config/app-package-json", "destination": "https://webpack.js.org/configuration/optimization/#optimizationsideeffects"}
131+
{"type": 301, "source": "/config/app-package-json", "destination": "/guide/strict-mode#non-local-side-effects-in-applications"}
132132
],
133133
"rewrites": [
134134
{

0 commit comments

Comments
 (0)