UNPKG

react-intl

Version:

Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.

19 lines (18 loc) 339 B
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, modules: false, }, ], '@babel/preset-react', ], plugins: [ '@babel/plugin-proposal-class-properties', ['@babel/plugin-transform-modules-commonjs', {noInterop: true}], ], };