This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 233
Cloning a rule #129
Labels
Comments
Closest I've gotten is merging each nested ChainedMap explicitly, but seems like there's got to be better way…
Any ideas? cc @edmorley @eliperelman |
It would seem that perhaps the easiest way would be to add support within webpack-chain, if it were seen to be something that people would use? @eliperelman thoughts? |
I'd like to know how to clone a plugin, and tweak some options. |
Also want ability to clone the entire config spec, so I can build and publish different bundle for different platform with only one command in our cli tool.(I mean web+rn+microapp+...) |
I need some different processings for a subset of my files, so this would make my life a lot easier. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems like I should be able to figure this out but am striking out…
I want to leave an existing rule in place, but "clone" it and add it as a new rule (including direct props like
test
,resourceQuery
, as well as nested maps likeuses
).The text was updated successfully, but these errors were encountered: