Skip to content

ekoeryanto/gatsby-plugin-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-babel

Simple Gatsby plugin that helps extend the .babelrc

Install

npm install gatsby-plugin-babel

Usage

Configure options in your gatsby-config.js file.

plugins: [
  {
    resolve: 'gatsby-plugin-babel',
    options: {
      plugins: ['transform-react-jsx'],
      ignore: ['foo.js', 'bar/**/*.js'],
    },
  },
];

About

Simple Gatsby plugin that helps extend the .babelrc

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published