craco configuration with mode attribute

24 Views Asked by At

I was going through the CRACO documentation and it all looks very confusing. But my basic question was if there is any relevance to the "mode" attribute in craco.config.js OR it is a non-existent property?

module.exports = {
  mode: 'production', //'development'
  webpack: {}
}
0

There are 0 best solutions below