Personal Babel preset for latest ES features (stage-0) with React and decorator support. Version 5.0.3 is the latest stable release. This preset blacklists the `regenerator` transform by default to avoid including regenerator runtime, assuming Node.js built-in generator support. It offers configuration options similar to `babel-preset-env`, including `exclude` and `modules` options. Alternatives include `@babel/preset-env` and `@babel/preset-react`. Release cadence is irregular as it's a personal preset.
npm install babel-preset-steelbrainVerified import paths — ran on the pinned version, not inferred.
Shows how to configure and use the babel preset in .babelrc or via CLI.
Upgrade to @babel/core 7 and use @babel/preset-env instead for broader compatibility.
Migrate to @babel/preset-env with targets and @babel/preset-react.
Run: npm install --save babel-preset-steelbrain
Upgrade to @babel/core 7 or use the correct preset version (v4 for Babel 6).