Angular Storybook – WebpackOptionsValidationError: Webpack has been initialised using a configuration object that does not match the API schema – Nginx
I have updated angular from 11 to 12 and I have also updated all packages to the latest versions in my package.json: { "name": "poc-architecture-angular", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0 --port 4200", "build": "NODE_ENV=production…