Remove imports to lodash/assign and replace assign with Object.assign. The lodash/assign is unnecessary for babel 7 as node >4 has the same functionality built-in with Object.assign as used here. This resolve the [issue 5353](https://github.com/babel/babel/issues/5353)