does not transform sindresorhus/object-assign

I'm using this plugin against this object-assign file,

https://github.com/sindresorhus/object-assign/blob/master/index.js#L65

The resulting code from babel continues to have this line

module.exports = shouldUseNative() ? Object.assign : function (target, source) {