repack icon indicating copy to clipboard operation
repack copied to clipboard

Feature: OutputPlugin's optional entryName

Open jbroma opened this issue 1 year ago • 3 comments

Description

In certain scenarios, there is a requirement to deploy a container separately from any associated app. This necessitates building with an empty object {} for the entry configuration. This approach ensures that only the remote entry and related chunks are built. However, this causes Re.Pack's OutputPlugin to throw an exception.

To address this issue, the current workaround involves individually expanding the Re.Pack plugins instead of utilizing Repack.RepackPlugin. This workaround allows for manually passing the entryName to the OutputPlugin, thereby resolving the exception.

Expected behaviour

The OutputPlugin should handle an empty entry object without throwing an exception

jbroma avatar May 22 '23 13:05 jbroma

This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days.

github-actions[bot] avatar Dec 20 '23 00:12 github-actions[bot]

This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days.

github-actions[bot] avatar Jan 20 '24 00:01 github-actions[bot]

This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days.

github-actions[bot] avatar Feb 26 '24 00:02 github-actions[bot]

This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days.

github-actions[bot] avatar Mar 28 '24 00:03 github-actions[bot]

Closed by #539

jbroma avatar Apr 08 '24 10:04 jbroma