angular-architects / module-federation-plugin

MIT License
712 stars 189 forks source link

When attempting to build using `ng build platform -c development` with the `development` configuration, the build process fails. This issue seems to be related to the usage of the `native-federation-plugin`. #600

Open dipu7388 opened 1 month ago

dipu7388 commented 1 month ago

Steps to Reproduce

  1. Clone the repository with the specific branch:
    
    git clone -b native-federation https://github.com/dipu7388/multiple-entry.git
    cd multiple-entry
  2. Install dependencies: npm install
  3. Attempt to build using Angular CLI: ng build platform -c development

    Expected Behavior

    The build process should be completed successfully, generating the output bundle(s) for the development configuration.

@manfredsteyer can you please look into it.

dipu7388 commented 1 month ago

@jogelin @manfredsteyer can we have update on this.

diandsonc commented 3 weeks ago

@dipu7388 in your angular.json file remove the "dev": true property from your configurations.

"configurations": { "development": { "target": "platform:esbuild:development" } },