Files
Curse/webpack.config.ts
Aya Morisawa 9381a84e97 Fix #388
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.
2017-04-02 02:45:59 +09:00

2.8 KiB