-
Notifications
You must be signed in to change notification settings - Fork 429
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
__webpack_require__(...) is not a function #557
Comments
I haven't seen the
Failing those, are you able to provide an example repository that has this issue so that I can trace through what is happening during compilation? |
FWIW: I had a similar problem. Two issues in my case:
|
Closing this given no recent activity. |
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: