craco build doesnt generate .html file

Ali Ber3 years ago

Hello anton I tried to build the react app but there is no html file generated in my build folder ,
any help please

Ali Ber3 years ago

I figure out the problem within the craco.config.js I will make a pull request now

Ali Ber3 years ago

dont forget to install bebel and Create .babelrc file with following contents:

{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}