Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove browserslist "not dead" from package.json in v3.0.6 #207

Closed
saran13raj opened this issue Oct 31, 2022 · 4 comments
Closed

Remove browserslist "not dead" from package.json in v3.0.6 #207

saran13raj opened this issue Oct 31, 2022 · 4 comments

Comments

@saran13raj
Copy link

saran13raj commented Oct 31, 2022

Hi @jaywcjlove, we are restricted to use v3.0.6 because of react version and loader issues.
But when we make a build of our CRA app we get into build error caused by borwserslist

We found that removing "not dead" from browserslist fixed the issue.
Can we remove "browserslist": {} from package.json for this specific version or you could create a patch version fix for this?

@jaywcjlove
Copy link
Member

@saran13raj Delete the following?

"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}

@saran13raj
Copy link
Author

yes. that's right. @jaywcjlove

@jaywcjlove
Copy link
Member

@saran13raj Upgrade 3.5.2

@jaywcjlove
Copy link
Member

@saran13raj Upgrade 3.5.2 or 4.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants