[Bug]: entry_point doesn't override webpack.config if the config contains entry: {}
#145
Labels
bug
Something isn't working
entry: {}
#145
What happened?
If your webpack config contains
entry: {}
being set, the rule will not override even if you passentry_point
. You need to pass args--entry-reset
and then entry points you care about to do so. This also has the side effect of exposing thatargs
doesn't interpolate and expandformat
strings. #144 was an attempt to fix this partially, but not a good one.https://webpack.js.org/api/cli/#entry
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:6.4.0
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: