Investigate using webpack 5 auto public path #9043
Labels
enhancement
status:resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
Milestone
Right now, we have a solution for setting the public path in a compiled extension that involves writing some modules at compile time, etc. It works, but it's a bit of a hack, both in the writing of the modules and in how they are included in the module federation bundle.
In webpack/webpack#11258 (webpack 5.0b32), and interesting "auto" option is introduced. We may be able to use it.
The text was updated successfully, but these errors were encountered: