0.1.0 • Published 5 years ago

react-scripts-with-intl v0.1.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
5 years ago

react-scripts-with-intl

This package is a fork of react-scripts Adding use of babel-plugin-react-intl

The plugin configuration is setup in the webpack configuration localizsed there : config/webpack.config.js

Default configuration

plugins: [
	[
		require.resolve('babel-plugin-react-intl'),
		{
			messagesDir: './locales/extracted',
			enforceDescriptions: false,
		},
	]
]

This includes scripts and configuration used by Create React App.

Please refer to its documentation: