stable

Clone or download

Read-only

request #11547 Javascript error in Burndown and Burnup graphs

'uglify-es' minifier has standing issues. While we investigate, revert to 'uglify-js' minifier which was used by default in webpack <= v3 How to test: - As the error happens only after minification, either run 'make post-checkout' or 'npm run build' in tracker scripts and agiledashboard scripts - Without this patch, when you browse a release's overview page with a Burndown and Burnup, neither will show up and in the Developper console two javascript errors will show up - With this patch, no error and both graphs are correctly built Change-Id: Ie6a9f73504d853adb1026527b901e9c2ef658238

Modified Files

Name
M package-lock.json +52 −35 Go to diff View file
M package.json +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +2 −1 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +5 −1 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +6 −0 Go to diff View file