Closed lavrton closed 7 years ago
Ah. I found the root of the problem. I had harp
(https://harpjs.com/) in package.json
dependencies. Probably it uses a different version of browserslist
. So it causes the fail. Removing it from package.json
solves the issue.
Hi. Heroku can't build
create-react-app
project. Localynpm run build
works ok.Error output:
Looks like it is not using last version of
browserslist
. Do you have a ideas how to solve the issue?