stable
Clone or download
Read-only
request #10735 Merge Kanban and externalize angular webpack configs into one
I also upgraded webpack and added ModuleConcatenationPlugin for production build. It outputs only one function() wrapping all our kanban app (because it uses ES modules), which is faster to process on browsers. How to test: - npm run test should still pass - npm run build should succeed - No functional change on kanban app Change-Id: Iab7ab08949076a7f2960a8d5c88c8d4eb5539f87
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/agiledashboard/www/js/kanban/externalize-angular-webpack.config.js | +0 | −21 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/gulpfile.js | +0 | −7 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/karma.conf.js | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package-lock.json | +94 | −103 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package.json | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/webpack.config.js | +33 | −3 | Go to diff View file |