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
Describe the bug
I'm trying to import some of the config from a pnpm workspace internal package. But the import doesn't seem to be resolving correctly in the config file. It resolves fine in my app's index.ts file.
To Reproduce
Use config option in ./apps/service/serverless.yml
custom:
esbuild:
config: './esbuild.config.js'
Export something in /packages/sentry-wrapper/index.ts
Describe the bug
I'm trying to import some of the config from a pnpm workspace internal package. But the import doesn't seem to be resolving correctly in the config file. It resolves fine in my app's index.ts file.
To Reproduce
Cannot find module 'sentry-wrapper'
Expected behavior
Should be able to import from internal packages.
Versions (please complete the following information):
Thanks for any help. (Any ideas on other ways I can get this working?)
The text was updated successfully, but these errors were encountered: