Skip to content

next-i18next 0.29.0

Refactor:

  • Babel setup (1fdb502)

Note: we are no longer using the add-module-exports plugin for ES module exports at dist/es/index.js, so if you using CJS you'll need to add a .default, as in: require('next-i18next').default. Otherwise you can specifically consume dist/commonjs/index.js.