stable

Clone or download

Read-only

chore: Split Roadmap JS apps

Configuration and Widget app should have separate build. Building of styles is still done by main webpack, they will be split in a dedicated changeset. Part of story #26776: configure roadmap filters Change-Id: Id27f6dac1dafc6c1c247f35b584bfb3497002608

Modified Files

Name
M plugins/roadmap/include/Roadmap/RoadmapProjectWidget.php +25 −10 Go to diff View file
M plugins/roadmap/include/roadmapPlugin.php +11 −4 Go to diff View file
M plugins/roadmap/package.json +3 −21 Go to diff View file
M plugins/roadmap/pnpm-lock.yaml +1 −433 Go to diff View file
R plugins/roadmap/jest.config.js Go to diff View file
A plugins/roadmap/scripts/configure-widget/package.json +24 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/pnpm-lock.yaml +303 −0 Go to diff View file
M plugins/roadmap/scripts/configure-widget/po/fr_FR.po +10 −1 Go to diff View file
M plugins/roadmap/scripts/configure-widget/po/pt_BR.po +9 −0 Go to diff View file
M plugins/roadmap/scripts/configure-widget/src/components/App.test.ts +1 −1 Go to diff View file
A plugins/roadmap/scripts/configure-widget/src/helpers/local-vue-for-test.ts +32 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/tsconfig.json +9 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/vue.shims.d.ts +23 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/webpack.common.js +62 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/webpack.dev.js +23 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/webpack.prod.js +23 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/jest.config.js +38 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/package.json +34 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/pnpm-lock.yaml +468 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/tsconfig.json +9 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/webpack.common.js +62 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/webpack.dev.js +23 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/webpack.prod.js +23 −0 Go to diff View file
M plugins/roadmap/webpack.common.js +1 −15 Go to diff View file