React 16 error on after build

Hi bro, I solved this problem with a configuration in config-overrides.js

config.optimization = {
minimizer: [
new UglifyJsPlugin({
uglifyOptions: { keep_fnames: true } //this line is :muscle:
})
]
};

Thanks

1 Like