react-intl-universal-extract
Version:
A react-intl-universal message extractor
26 lines (24 loc) • 351 B
JavaScript
module.exports = {
/**
* default config
*/
common: {
path: './src',
extensions: ['.js', '.jsx', '.ts', '.tsx'],
ignore: [
'node_modules',
'dist',
'build',
'doc',
'.*',
'**/*.test.*',
'*.config.*',
],
},
/**
* command config
*/
extract: {
sourcePath: './src',
}
}