After my migration from angular 12 to angular 13, i am getting the following error in the console: 
Also if i change something in my code the browser does not reload automatically.
Note: I have no extra configuration for webpack.
Here are my package-versions of my package.json:
"devDependencies": {
"@angular-devkit/build-angular": "~13.1.2",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "^12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "~13.1.2",
"@angular/compiler-cli": "~13.1.1",
"@angular/language-service": "~13.1.1",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@types/file-saver": "^2.0.3",
"@types/hashids": "^2.0.1",
"@types/moment-timezone": "^0.5.12",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"autoprefixer": "^10.3.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsdoc": "36.0.8",
"eslint-plugin-prefer-arrow": "1.2.3",
"hashids": "^2.2.8",
"invariant": "^2.2.4",
"postcss": "^8.1.0",
"typescript": "~4.5.4",
"webpack-bundle-analyzer": "^4.4.2"
}