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
We're trying to add parcel to our react component library. It not a monorepo. We have all our components under packages/ and want to bundle everything in root directory.
🌍 Your Environment
Software
Version(s)
Parcel
^2.0.0-nightly.626
@parcel/transformer-typescript-tsc
^2.0.0-nightly.628
@parcel/transformer-typescript-types
2.0.0-nightly.628
Node
v12.20.1
Yarn
1.22.10
Operating System
macOS 11.1
The text was updated successfully, but these errors were encountered:
🐛 bug report
Cannot build a project that uses typescript v4
🎛 Configuration (.babelrc, package.json, cli command)
.parcelrc
😯 Current Behavior
🔦 Context
We're trying to add parcel to our react component library. It not a monorepo. We have all our components under
packages/
and want to bundle everything in root directory.🌍 Your Environment
The text was updated successfully, but these errors were encountered: