-
I am currently migrating from Parcel 1 and the migration path is unclear.
according to https://parcel2-docs.now.sh/getting-started/migration/
shows there is no such option
But parcel doesn't pick up any targets when running (using default)
I don't know why --dist-dir has been (?) removed and I will probably figure out in few hours how to make it work but at the moment there is a huge chasm for migrating from no config parcel1 to parcel2 for such a simple command (from/to). I understand the increased complexity of configuration is causing this but I think the migration to parcel 2 should be simpler as it is losing the initial appeal of parcel1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Until the next alpha will be release (very soon), it's only in the nightly:
That works with the nightly as well |
Beta Was this translation helpful? Give feedback.
Until the next alpha will be release (very soon), it's only in the nightly:
yarn add parcel@nightly
....That works with the nightly as well