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
Provide a clear and concise description of the issue, including what you expected to happen.
When I try compile "auth0": "^2.25.1",
With webpack, I get the following error:
WARNING in ./node_modules/formidable/lib/incoming_form.js 1:43-50
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
@ ./node_modules/formidable/lib/index.js
@ ./node_modules/superagent/lib/node/index.js
@ ./node_modules/rest-facade/src/Client.js
@ ./node_modules/rest-facade/src/index.js
@ ./node_modules/auth0/src/auth/index.js
@ ./node_modules/auth0/src/index.js
@ ./authenticate_authorizer.js
I found an issue in that library that appears to be a report of the same problem. There's also a workaround suggested, you might want to try that. If that doesn't work or isn't acceptable, I'd suggest either continuing the conversation on that issue, or opening a new issue there.
Description
When I try compile
"auth0": "^2.25.1",
With webpack, I get the following error:
Reproduction
handler.js
package.json
serverless.yml
webpack.config.js
When run:
Environment
Version of this library used:
"auth0": "^2.25.1",
Version of the platform or framework used, if applicable:
Win 10
The text was updated successfully, but these errors were encountered: