angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.13k stars 1.24k forks source link

fix(client): remove polyfills from Webpack entry #2765

Closed Awk34 closed 5 years ago

Awk34 commented 5 years ago

Since the file is also imported, this caused Zone.js to be loaded twice, which was breaking the front end

fixes #2764