stable

Clone or download

Read-only

Unify themes and scripts builds for label

Part of request #14652 Hoist webpack configs at plugins root folders Everything is supposed to work as before. Change-Id: Id5acdb95585b7521cf917e5fa2c15613e866aadc

Modified Files

Name
M plugins/label/build-manifest.json +2 −2 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabeledItems.php +18 −7 Go to diff View file
D plugins/label/include/constants.php +0 −22 Go to diff View file
M plugins/label/include/labelPlugin.php +12 −11 Go to diff View file
R plugins/label/www/scripts/jest.config.js Go to diff View file
A plugins/label/package-lock.json +35 −0 Go to diff View file
A plugins/label/package.json +22 −0 Go to diff View file
R plugins/label/www/scripts/configure-widget/index.js Go to diff View file
R plugins/label/www/scripts/configure-widget/labels-box.js Go to diff View file
R plugins/label/www/scripts/project-labeled-items/po/fr.po Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/LabeledItem.vue Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.test.js Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.vue Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/index.js Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/rest-querier.js Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/rest-querier.test.js Go to diff View file
D plugins/label/themes/package-lock.json +0 −4 Go to diff View file
D plugins/label/themes/package.json +0 −14 Go to diff View file
D plugins/label/themes/webpack.common.js +0 −47 Go to diff View file
A plugins/label/webpack.common.js +67 −0 Go to diff View file
R plugins/label/themes/webpack.dev.js Go to diff View file
R plugins/label/themes/webpack.prod.js Go to diff View file
D plugins/label/www/scripts/.gitignore +0 −2 Go to diff View file
D plugins/label/www/scripts/package-lock.json +0 −162 Go to diff View file
D plugins/label/www/scripts/package.json +0 −25 Go to diff View file
D plugins/label/www/scripts/webpack.config.js +0 −34 Go to diff View file