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 had exactly the same problem as described in the following issue #12009 starting my react-app inside a docker container on Mac OS via OrbStack.
I think this is correlated with the VM issue that lead to the CHOKIDAR_USEPOLLING introduction.
But adding this option did not fix my problem and I had to modify node_modules/react-scripts/scripts/start.jsconfig constant declaration as follow:
I don't who should implement the capability to provide this as an option (react-scripts or configFactory).
But it would be super nice if we could provide webpack configuration arguments to the react-scripts scripts.
The text was updated successfully, but these errors were encountered:
I had exactly the same problem as described in the following issue #12009 starting my react-app inside a docker container on Mac OS via OrbStack.
I think this is correlated with the VM issue that lead to the CHOKIDAR_USEPOLLING introduction.
But adding this option did not fix my problem and I had to modify
node_modules/react-scripts/scripts/start.js
config
constant declaration as follow:I don't who should implement the capability to provide this as an option (react-scripts or configFactory).
But it would be super nice if we could provide webpack configuration arguments to the
react-scripts
scripts.The text was updated successfully, but these errors were encountered: