# @babel/plugin-class-features > Compile class public and private fields, private methods and decorators to ES6 See our website [@babel/plugin-class-features](https://babeljs.io/docs/en/next/babel-plugin-class-features.html) for more information. ## Install Using npm: ```sh npm install --save-dev @babel/plugin-class-features ``` or using yarn: ```sh yarn add @babel/plugin-class-features --dev ```