ngc-webpack
ngc-webpack copied to clipboard
Angular 7 ngc-webpack
hi,i am migrating my angular 4 admin project to 7 ,and after migration getting this error.The project was working fine with version4.
Cannot read property 'prototype' of undefined
at __extends (/var/www/html/ifta_7/admin/node_modules/ngc-webpack/src/webpack-chain-module-resolution-host-adapter.js:5:69)
at /var/www/html/ifta_7/admin/node_modules/src/webpack-chain-module-resolution-host-adapter.ts:7:62
at Object.
"ngc-webpack": "^1.2.0" I have tried to upgrade version of ngc-webpack to 4.But then getting error @ngtools/webpack not found
@mukulstan were you able to resolve this error?