You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been successfully running this script to resolve the #1078 issue which makes production build not work
I have been running this in my package.json "react-spring-issue-1078": "find node_modules -path \\*@react-spring/\\*/package.json -exec sed -i.bak 's/\"sideEffects\": false/\"sideEffects\": true/g' {} +", "postinstall": "npm run react-spring-issue-1078"
that had been working perfectly up until today. And I started getting the error again. r.Willadvance
I have not upgraded anything, so not sure what happened but desperately need to get a build up.
🐛 Bug Report
I have been successfully running this script to resolve the #1078 issue which makes production build not work
I have been running this in my package.json
"react-spring-issue-1078": "find node_modules -path \\*@react-spring/\\*/package.json -exec sed -i.bak 's/\"sideEffects\": false/\"sideEffects\": true/g' {} +", "postinstall": "npm run react-spring-issue-1078"
that had been working perfectly up until today. And I started getting the error again. r.Willadvance
I have not upgraded anything, so not sure what happened but desperately need to get a build up.
Any ideas?
thanks,
Dale
Environment
"react-spring": "^8.0.27",
"react-three-fiber": "5.3.12",
"@react-spring/three": "^9.0.0-rc.3",
The text was updated successfully, but these errors were encountered: