UNPKG

react-scripts-intlayer

Version:

Integrate Intlayer with Create React App using custom React scripts for internationalization i18n and advanced Webpack configurations

9 lines 335 B
#!/usr/bin/env node /** * To make the setup easier, we are using craco to override the webpack configuration. * This script is used to run the craco scripts with the custom configuration. * * The script is based on the original craco script from create-react-app. */ export {}; //# sourceMappingURL=react-scripts-intlayer.d.ts.map