stable

Clone or download

Read-only

request #11670 Upgrade webpack version

Upgrading webpack version also upgrades uglifyjs-webpack-plugin, which fixes the problems we had with request #11547 Javascript error in Burndown and Burnup graphs This lets us remove the old plugin version we used just for Burndown and Burnup. How to test: - build - on an overview page with a Burnup and Burndown graphs, there is no javascript error related to method "domain()" of undefined Change-Id: I24b50971201b2964217d32f2212a7afe2b41c0ed

Modified Files

Name
M package-lock.json +791 −197 Go to diff View file
M package.json +1 −2 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +1 −2 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +1 −2 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +1 −7 Go to diff View file