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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
I'm currently using require('postal.request-response')(require('postal')) to include the module but this seems to fail with webpack for some reason.
So excuse me if this is obvious but what's the way to use ES6 import with this? I can't seem to find the right combination so that postal itself is included.
I'm currently using
require('postal.request-response')(require('postal'))to include the module but this seems to fail with webpack for some reason.So excuse me if this is obvious but what's the way to use ES6
importwith this? I can't seem to find the right combination so thatpostalitself is included.