-
Notifications
You must be signed in to change notification settings - Fork 480
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
Creating token with metaplex causing bug with webpack #249
Comments
Hi @The-x-35 , please can you share a SS of the error messages you're getting. I would like to pinpoint the particular metaplex package causing the error |
@michaelessiet its not really a metaplex error but fs and os modules dont work well with webpack we cant really ignore them as then the metaplex wont work. |
I'm assuming that metaplex isn't compatible on the web/browser then? fs and os are nodejs primitives and are not available in the browser unless through polyfills |
@michaelessiet Yes sir you are correct. We need to find a way to deploy tokens without them. |
Alright. Will take this up after our plugin architecture migration |
@michaelessiet yeah sure. |
Describe the bug
While trying to launch a token with metaplex on webpack shows error of fs and os dependencies not found, even when they are added. This seems to be an issue with webpack only and ignoring them wont work.
To Reproduce
Steps to reproduce the behavior:
try to launch a token with metaplex on webpack on a browser.
Expected behavior
I expected it to launch token.
Screenshots
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: