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
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
I have a simple
pnpm
workspaces setup where I have a rootpackage.json
/pnpm-lock.yaml
and apackages
directory with somenpm
packages.I wanted to try out
swpack
to bundle the code in one of my packages, and copied your example here: https://github.com/swc-project/cli/tree/master/examples/spack-basicBut this is what happens when I try it:
Here's my config, and proof there is an
index.ts
file at the root of the package:Any ideas?
Input code
No response
Config
No response
Playground link
No response
Expected behavior
An outputted bundle.
Actual behavior
No response
Version
@swc/cli: 0.1.57 @swc/core: 1.2.172
Additional context
No response
The text was updated successfully, but these errors were encountered: