@preply/react-intl-webpack-plugin
v0.0.1
Published
``` plugins: [ new ReactIntlPlugin({ outputPath: path.resolve( __dirname, 'dist' ), // this will disappear in the future versions in favor of chunk names outputFileName: 'translations.json' // ... ] ```
Downloads
16
Keywords
Readme
Example usage
plugins: [
new ReactIntlPlugin({
outputPath: path.resolve(
__dirname,
'dist'
),
// this will disappear in the future versions in favor of chunk names
outputFileName: 'translations.json'
// ...
]