1.0.0 • Published 6 years ago

@financial-times/ip-wxp-babel-preset v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

ip-wxp-babel-preset

This is the babel preset used by the worker experience team.

It uses the env preset configured for node 8.10.0 as it's base with the below extras:

This module can be used via package.json:

"babel": {
  "presets": [
    "@financial-times/ip-wxp-babel-preset"
  ]
},

or .babelrc

{
  presets: [
    '@financial-times/ip-wxp-babel-preset'
  ]
}