-
Aya Morisawa authored
Be aware that Object.assign(target, source) has a side effect. It copies properties from a source object to a target object. Use Object.assign({}, source1, source2) instead to avoid side effects.
9381a84e
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
webpack.config.ts 2.82 KiB