stable

Clone or download

Read-only

Use webpack configurator in AgileDashboard

Part of request #11334 Reduce copy of webpack configurations and modules How to test: - make post-checkout builds AD plugin, kanban and planning-v2. All are built without error Change-Id: I82b72e6e7caaf67bfe222bc827f4b1b5a6d1530a

Modified Files

Name
M package-lock.json +334 −0 Go to diff View file
M package.json +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package-lock.json +1633 −1593 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +1 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/webpack.config.js +21 −99 Go to diff View file
M plugins/agiledashboard/www/js/package-lock.json +1362 −1756 Go to diff View file
M plugins/agiledashboard/www/js/package.json +1 −11 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package-lock.json +797 −1578 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +1 −9 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/webpack.config.js +10 −86 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +23 −85 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +1 −1 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +52 −21 Go to diff View file