-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
ReferenceError: process is not defined #199
Comments
hey @salomonvh |
@yoavniran Not right now I will need to create a minimal version. |
@yoavniran Here: https://github.com/salomonvh/minimal-react-webpack-babel-setup.git in the uploady-test branch. You will see the same error in the console after running npm install and npm start. |
thanks @salomonvh for the repro. I see the error. Will look into fixing soon |
@salomonvh 0.13.2 is out with a fix. Please confirm it works for you |
It is working now, thanks! |
Describe the bug
Using the Uploady component from the provided example throws the following error in console: ReferenceError: process is not defined
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should see the upload button.
Versions
...
"@rpldy/upload-button": "^0.13.0"
"@rpldy/upload-drop-zone": "^0.13.0"
"@rpldy/uploader": "^0.13.0"
"@rpldy/uploady": "^0.13.0"
...
"react": "^17.0.1",
"react-bootstrap": "^1.6.1",
Chrome
Code
Webpack environment is started with
NODE_ENV=development webpack -w --mode development
.The text was updated successfully, but these errors were encountered: