-
Notifications
You must be signed in to change notification settings - Fork 365
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
Error unable to load module 'url' #195
Labels
enhancement
New feature or request
Comments
URL is available on global scope. Do you have problems with a dependency or in your own code? |
I see. You can use |
Thank you for your help.
|
Ah right, we probably need to add it as a module. |
Closed
Tracked by: #214 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently I use esbuild to build the main.js file, however it seems the url module is not supported and an error appears as below. Please help.
Response
{
"errorType": "ReferenceError",
"errorMessage": "Error resolving module 'url' from '/var/task/dist/main.js'",
"stackTrace": [
""
]
}
The text was updated successfully, but these errors were encountered: