stable

Clone or download

Read-only

Cleanup roadmap JS dev dependencies

The work done with html-webpack-plugin and light-server can be done in a more efficient way (no need to watch and launch a server) with Vite. Furthermore one less specific Webpack config, the better. Part of story #20919: define progress of artifacts Change-Id: I818fb9fee9d746ef860835ee70a78e7682bb7276

Modified Files

Name
D plugins/roadmap/.gitignore +0 −1 Go to diff View file
M plugins/roadmap/package-lock.json +0 −978 Go to diff View file
M plugins/roadmap/package.json +2 −4 Go to diff View file
R plugins/roadmap/scripts/roadmap-widget/src/index-arrows.ts Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/dev-arrows/index.html +11 −0 Go to diff View file
M plugins/roadmap/webpack.dev.js +1 −28 Go to diff View file