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
This is the correct syntax - but now it complains about that webpack doesn't have a require function - which is to be expected. Supposedly something wasn't transpiled by babel but I can't figure out where to even begin.
Do you geniuses have any idea?
The text was updated successfully, but these errors were encountered:
Hey - I'm using customize-cra and react-app-rewired to override the webpack config usually abstracted away in a create-react-app.
I'm importing the random-int package to the worker file - which is the import that fails.
config-overrides.js
This is the correct syntax - but now it complains about that webpack doesn't have a require function - which is to be expected. Supposedly something wasn't transpiled by babel but I can't figure out where to even begin.
Do you geniuses have any idea?
The text was updated successfully, but these errors were encountered: