Closed imgyf closed 4 years ago
@gohyifan if you use v4.25.0 or earlier, does the same thing happen?
I was able to pinpoint this to something between v4.25.0-v4.26.0-0 but it doesn't affect all production builds. For instance, we're using v4.27.2 in production and the optimized webpack build is fine.
Resolved by https://github.com/segmentio/evergreen/pull/809
I cloned your repo and upgraded to v4.27.3
and was able yarn build && serve -s build
v4.27.3
worked, thanks @mshwery !
Hi team evergreen, my production build is showing this error in the console but the development build works fine in localhost.
Steps to reproduce the bug:
yarn install
andyarn start
Environment: OS: macOS Catalina 10.15 Browser: Chrome Evergreen version: 4.27.2 React boilerplate: create-react-app