stable

Clone or download

Read-only

Clean webpack configs for permissions per groups

Part of story #10064 Display permissions per group How to test: - npm run build at tuleap root - When browsing the permission per group page, you should not see a console.log indicating that Vue is in development mode - news-permissions.js goes from 158kB to 110kB - agiledashboard's permission-per-group.js goes from 158kB to 110kB Change-Id: I25310d15a58caa5cc6cf31afe1c2a6043de38eba

Modified Files

Name
M plugins/agiledashboard/build-manifest.json +0 −1 Go to diff View file
M plugins/agiledashboard/www/js/package-lock.json +309 −0 Go to diff View file
M plugins/agiledashboard/www/js/package.json +5 −1 Go to diff View file
D plugins/agiledashboard/www/js/permissions-per-group/package-lock.json +0 −4552 Go to diff View file
D plugins/agiledashboard/www/js/permissions-per-group/package.json +0 −27 Go to diff View file
D plugins/agiledashboard/www/js/permissions-per-group/webpack.config.js +0 −127 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +92 −55 Go to diff View file
M src/www/scripts/webpack.config.js +34 −36 Go to diff View file