Gulp 中的 Babel 对象分配插件

Babel object assign plugin in Gulp

我想使用这个插件https://github.com/babel-plugins/babel-plugin-object-assign with https://github.com/babel/gulp-babel。知道我应该如何设置吗?

与文档中显示的非常相似:

babel({plugins: ['object-assign']})