Skip to content

Fooxly/babel-preset

Repository files navigation

Fooxly Babel Preset

The default Babel preset for Fooxly projects.

npm version downloads ci status

🚀  Powered By

❤️  Support us

About 40% of your donation goes to one of the charities we support. For further information or questions please visit our website or contact us via charity@fooxly.com.

BuyMeACoffee    Patreon    PayPal


☁️  Installation

using npm

npm install --save-dev @fooxly/babel-preset

using yarn

yarn add -D @fooxly/babel-preset

📐  Usage

using .babelrc

{
  "presets": ["@fooxly/babel-preset"]
}

using package.json

...
"babel": {
  "presets": ["@fooxly/babel-preset"]
}
...

using React or React Native

Check out @fooxly/babel-preset-react.