1.0.0 • Published 8 years ago

babel-plugin-transform-es2015-classes-simple v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

A replacement for babel-plugin-transform-es2015-classes, which is even looser than loose mode (removed class call check).

This is used specifically for minimal bundle size and runtime perf overhead for library internal classes - you probably want to stick to the official transform if you don't know what this entails.