zhangHongEn / universal-module-federation-plugin

Versioned remote module manager based on npm and module-federation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relies on optional webpack "entry" configuration

jdthorpe opened this issue · comments

When the optional entry: "./src/index", is missing from the webpack configuration, it errors out with a message of: TypeError: Cannot read properties of undefined (reading 'containerImportMap'). This package should respect webpack default configurations generally, and entry specifically..

commented

Yes this is indeed a problem, let me fix it