jaketrent / html-webpack-template

a better default template for html-webpack-plugin
MIT License
830 stars 139 forks source link

Build issues with Module Federation #86

Closed ScriptedAlchemy closed 4 years ago

ScriptedAlchemy commented 4 years ago

Hey!

We run into some build issues when Module Federation is enabled alongside this plugin. I and a most users in the community who use MF have been running off my fork, which wasn't intended (untested dirty patch to make builds work)

I've got a stack of repos this can be tested against https://github.com/module-federation/module-federation-examples/tree/master/bi-directional

I believe HTML webpack plugin attempts to include the container runtime in an incorrect manner.

ScriptedAlchemy commented 4 years ago

lol wrong project!