[Plugin Dev] Object spread operator not working: cannot find module 'core-js/modules/web.dom.iterable'

Fixed in v4.6.0 :tada:

  • Now it uses core-js@3 properly, so you don’t need to add core-js@2 as your plugin dependency
  • The recent Electron does support the most of ES6 features like Object Spread without using Babel