Brojd/plugin fixes (#3947)
## Which issue(s) this PR fixes - use correct webpack merge strategy - ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
This commit is contained in:
parent
8ccd7c26f0
commit
8fe2b22f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,10 +46,10 @@ const config = async (env): Promise<Configuration> => {
|
|||
use: CustomizeRule.Merge,
|
||||
},
|
||||
},
|
||||
plugins: CustomizeRule.Replace,
|
||||
watchOptions: {
|
||||
use: CustomizeRule.Merge,
|
||||
},
|
||||
plugins: CustomizeRule.Merge,
|
||||
})(baseConfig, customConfig);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue