UNPKG

@financial-times/n-conversion-forms

Version:

Containing jsx components and styles for forms included on Accounts and Acquisition apps (next-signup, next-profile, next-retention, etc).

8 lines (7 loc) 298 B
module.exports = { "presets": ["@babel/preset-env", "@babel/preset-react"], "plugins": ["@babel/plugin-transform-runtime"], // As we are using a mix of commonJS and ESM files we need to tell babel this // More info: https://babeljs.io/docs/options#sourcetype "sourceType": "unambiguous" };