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
I'm building an app with esbuild. The app (workers) is relying on some internal library (utils). But, after bundling, nothing of utils can be found in my bundled index.cjs.
Hi !
I'm building an app with esbuild. The app (
workers
) is relying on some internal library (utils
). But, after bundling, nothing ofutils
can be found in my bundledindex.cjs
.Here is my file tree:
Here is my root
package.json
:Here is my
utils/package.json
:Here is my
workers/package.json
:And here is my build script:
Any idea how to get utils libray to be bundled with my workers app ?
The text was updated successfully, but these errors were encountered: