The best part about Babel is that the website keeps you up to date on all of the updates and changes made to the software. Review collected by and hosted on G2.com.
Built-in classes such as Date, Array, DOM etc cannot be properly subclassed due to limitations in ES5 (for the transform-classes plugin). You can try to use babel-plugin-transform-builtin-extend based on Object.setPrototypeOf and Reflect.construct, but it also has some limitations Review collected by and hosted on G2.com.
