oskari-frontend icon indicating copy to clipboard operation
oskari-frontend copied to clipboard

Update latest versions for most dependencies

Open ZakarFin opened this issue 3 years ago • 1 comments

Some can't be updated without updating to Webpack 5 which at least previously didn't work with Cesium (didn't try now as it requires updates on our plugins as well). Still has some non-updated parts and requires more testing.

Note! Updating webpack-cli also requires changing --env.appdef=applications to --env=appdef=applications on (sample-)application build/start scripts.

Note2! The build process is even slower with the newer version for some reason.

ZakarFin avatar Feb 23 '22 16:02 ZakarFin

Could try downgrading file-loader back to original version since looks like it's the main culprit for breaking mapmodule.getImageUrl() (some images for plugins are not shown with current config).

ZakarFin avatar Mar 09 '22 08:03 ZakarFin