farshid

Results 2 comments of farshid

thanks @aissat I know my question is naive sorry for that i'm new to flutter and dart my problem is every time i add translation to json file i have...

this will fix: 1. install `react-app-rewired` 2. create `config-overrides.js` 3. add this code in `config-overrides.js`: ```js const { override, addWebpackModuleRule, } = require('customize-cra'); module.exports = override( addWebpackModuleRule({ test: /\.(cjs)$/, exclude:...