As part of the migration to Webpack 5 it was required to add a polyfill for the path module because it is used in a few places in the renderer process. This task should consider moving the logic with that dependency to the browser process, and by that avoid any node polyfill for the renderer process.
Look for this ticket number in the code base, it is being referenced where those configurations were done.
As part of the migration to Webpack 5 it was required to add a polyfill for the
path
module because it is used in a few places in the renderer process. This task should consider moving the logic with that dependency to the browser process, and by that avoid any node polyfill for the renderer process.Look for this ticket number in the code base, it is being referenced where those configurations were done.