79170343

Date: 2024-11-08 14:08:46
Score: 1.5
Natty:
Report link

Late answer, but I had success using this: https://webpack.js.org/configuration/other-options/#ignorewarnings

For example:

module.exports = {
    ...
    ignoreWarnings: [
        {
            message: /WARNING in.*node_modules.esri-leaflet-geocoder.*/
        }
    ]
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jan Wegger