stable

Clone or download

Read-only

request #11423 Upgrade webpack to v4

Note: sorry for the big commit, the single webpack instance at root means we need to upgrade all scripts depending on it How to test: - make post-checkout should succeed. It should be slightly faster as webpack v4 improves performance. - npm scripts ("npm run build", "npm run watch" and where applicable "npm run test" and "npm run coverage") should still run in each plugin. ("npm run build" is already triggered by the global make post-checkout, "npm run test" will be validated by CI) Change-Id: Ifd1172df9f77041bd7deadd3598eae4f176ab348

Modified Files

Name
M package-lock.json +5119 −1025 Go to diff View file
M package.json +4 −3 Go to diff View file
M plugins/admindelegation/www/scripts/package.json +5 −2 Go to diff View file
M plugins/admindelegation/www/scripts/webpack.config.js +0 −7 Go to diff View file
M plugins/agiledashboard/www/js/kanban/karma.conf.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/webpack.config.js +0 −7 Go to diff View file
M plugins/agiledashboard/www/js/package.json +5 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/karma.conf.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/webpack.config.js +0 −9 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +0 −22 Go to diff View file
M plugins/crosstracker/www/scripts/cross-tracker/src/app/gettext-provider.js +2 −2 Go to diff View file
M plugins/crosstracker/www/scripts/karma.conf.js +2 −1 Go to diff View file
M plugins/crosstracker/www/scripts/package.json +2 −2 Go to diff View file
M plugins/crosstracker/www/scripts/webpack.config.js +1 −11 Go to diff View file
R plugins/frs/www/js/angular/karma.config.js Go to diff View file
M plugins/frs/www/js/angular/package.json +4 −4 Go to diff View file
M plugins/frs/www/js/angular/po/template.pot +31 −39 Go to diff View file
M plugins/frs/www/js/angular/webpack.config.js +2 −9 Go to diff View file
M plugins/git/www/scripts/package.json +5 −2 Go to diff View file
M plugins/git/www/scripts/webpack.config.js +0 −14 Go to diff View file
M plugins/label/www/scripts/karma.conf.js +2 −0 Go to diff View file
M plugins/label/www/scripts/package.json +2 −2 Go to diff View file
M plugins/label/www/scripts/webpack.config.js +0 −14 Go to diff View file
M plugins/ldap/www/scripts/package.json +5 −2 Go to diff View file
M plugins/ldap/www/scripts/webpack.config.js +0 −7 Go to diff View file
R plugins/pullrequest/www/scripts/karma.config.js Go to diff View file
M plugins/pullrequest/www/scripts/package.json +4 −4 Go to diff View file
M plugins/pullrequest/www/scripts/po/template.pot +43 −49 Go to diff View file
M plugins/pullrequest/www/scripts/webpack.config.js +2 −12 Go to diff View file
M plugins/svn/www/scripts/package.json +5 −2 Go to diff View file
M plugins/svn/www/scripts/webpack.config.js +0 −14 Go to diff View file
M plugins/timetracking/www/scripts/karma.conf.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/package.json +2 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/gettext-provider.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/webpack.config.js +1 −11 Go to diff View file
M plugins/tracker/www/scripts/karma.conf.js +2 −0 Go to diff View file
M plugins/tracker/www/scripts/package.json +2 −2 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +0 −22 Go to diff View file
M plugins/velocity/www/scripts/package.json +5 −2 Go to diff View file
M plugins/velocity/www/scripts/webpack.config.js +0 −7 Go to diff View file
M src/www/scripts/package.json +5 −2 Go to diff View file
M src/www/scripts/webpack.config.js +28 −42 Go to diff View file
M src/www/themes/common/tlp/package.json +5 −2 Go to diff View file
M src/www/themes/common/tlp/webpack.config.js +3 −10 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +13 −1 Go to diff View file