Does it work with Webpack 3 output?
stephan-v opened this issue · 2 comments
stephan-v commented
Currently I am getting the following message:
build.js:23 Uncaught TypeError: Cannot read property 'forEach' of undefined
at n (build.js:23)
at e.handleFileUpload (build.js:18)
at FileReader.n.onloadend (build.js:23)
asborisov commented
Do you have single object in webpack.config.js
or return array?
NaLLiFFuNT commented
has the same issue for angular's stats.json
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/cli": "~6.0.8",