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
✘ [ERROR] Could not resolve "jwt-simple"
src/worker.js:1:18:
1 │ var jwt = require("jwt-simple");
╵ ~~~~~~~~~~~~
You can mark the path "jwt-simple" as external to exclude it from the bundle, which will remove this error. You can also surround this "require" call with a try/catch block to handle this failure at run-time instead of bundle-time.
✘ [ERROR] Watch build failed: Build failed with 1 error:
src/worker.js:1:18: ERROR: Could not resolve "jwt-simple"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: