Replies: 1 comment
-
Nothing to do with tsup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to library development so bear with me.
I've built a simple library meant to be used in Node >20 environments.
package.json
tsconfig.json
tsup.config.ts
Running build generates 4 files in the
dist/
directory:I publish the package to npm and import it in a Next.js 14 project with Typescript.
When I try to build the Next.js project, I get the following error:
The
@remotion/bundler
package itself is a peer dependency of my library. Not sure if that's related to the issue in question.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions