UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

14 lines (11 loc) 343 B
const { getI18nConfig } = require('./src/utils/config'); const { themeNamespace, themeSupportedLocales } = getI18nConfig({}); module.exports = { lexers: { js: ['JsxLexer'], }, defaultNamespace: themeNamespace, locales: themeSupportedLocales, output: './src/i18n/translations/$LOCALE.json', input: ['src/**/!(Trans)*.js'], };