1.0.0 • Published 3 years ago

babel-plugin-filant v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

📦 Setup

Install the babel plugin alongside you usual babel dependencies.

npm install --save-dev babel-plugin-filant

Then simply add it to your .babelrc config file:

{
  presets: ['@babel/preset-react'],
  // If using React.js
  plugins: ['babel-plugin-filant'],
}

That's it, you don't need to do anything else, now install the browser extension and follow from there.