@manomano/babel

3.1.0 • Public • Published

Babel

  • This package contains the manomano babel presets as well as a webpack babel loader already configured to work with the presets.

  • This configuration can be extendend in package.json by adding

{
  "babel": {
    "presets": ["@manomano/babel"]
  }
}
  • or directly in your babel.rc file
{
  "presets": ["@manomano/babel"]
}

If you use webpack, you can use the already configured babel loader as such:

{
  test: /\.js$/,
  use: require.resolve('@manomano/babel/webpack-loader')
}

Readme

Keywords

none

Package Sidebar

Install

npm i @manomano/babel

Weekly Downloads

54

Version

3.1.0

License

MIT

Unpacked Size

29.9 kB

Total Files

17

Last publish

Collaborators

  • teamsre-manomano
  • teamsre-manomano-ebf84a5e-5130-477a-a29a-b07b8d858c29