ome / omero-iviewer

An OMERO.web app allowing to view images
https://www.openmicroscopy.org/omero/iviewer/
Other
19 stars 30 forks source link

Webpack 5 upgrade #450

Closed will-moore closed 1 year ago

will-moore commented 1 year ago

Updated webpack, aurelia and lots of dependencies.

To test:

Various issues and tips from pages: https://github.com/ome/omero-parade/pull/121/commits/115481edd9144349a3ffa568af7290ee92c314e0 https://webpack.js.org/migrate/5/ https://stackoverflow.com/questions/40379139/cannot-find-module-webpack-bin-config-yargs https://github.com/aurelia/aurelia/issues/982 https://github.com/aurelia/webpack-plugin/issues/166 https://github.com/webpack/webpack-dev-server/issues/1501 https://webpack.js.org/configuration/module/#ruleuse https://webpack.js.org/configuration/dev-server/#devserverproxy https://www.npmjs.com/package/expose-loader

snoopycrimecop commented 1 year ago

Conflicting PR. Removed from build OMERO-plugins-push#1492. See the console output for more details. Possible conflicts:

--conflicts

snoopycrimecop commented 1 year ago

Conflicting PR. Removed from build OMERO-plugins-push#1493. See the console output for more details. Possible conflicts:

--conflicts Conflict resolved in build OMERO-plugins-push#1495. See the console output for more details.

snoopycrimecop commented 1 year ago

Conflicting PR. Removed from build OMERO-plugins-push#157. See the console output for more details. Possible conflicts:

--conflicts

snoopycrimecop commented 1 year ago

Conflicting PR. Removed from build OMERO-plugins-push#158. See the console output for more details. Possible conflicts:

--conflicts Conflict resolved in build OMERO-plugins-push#159. See the console output for more details.

jburel commented 1 year ago

llab_omero_iviewer.egg-info should not be there

will-moore commented 1 year ago

Removed llab_omero_iviewer.egg-info

will-moore commented 1 year ago

Changes made as suggested. However, I'm not sure we really need to use OMERO.iviewer every time. It's like using someone's First and Last Name, which is fine when you first refer to them, but is a bit of a mouthful every time.

jburel commented 1 year ago

Thanks