We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc72361 commit 0510ec3Copy full SHA for 0510ec3
lib/index.js
@@ -103,7 +103,7 @@ class BundleTrackerPlugin {
103
* @param {Partial<Contents>} contents
104
*/
105
_writeOutput(_compiler, contents) {
106
- Object.assign({}, this.contents, contents, {
+ Object.assign(this.contents, contents, {
107
assets: mergeObjectsAndSortKeys(this.contents.assets, contents.assets),
108
chunks: mergeObjectsAndSortKeys(this.contents.chunks, contents.chunks),
109
});
0 commit comments