aurelia / new

The Aurelia 2 scaffolding repo used by our tools to setup new projects.
MIT License
38 stars 18 forks source link

feat(pnpm): better way to handle peer dependencies #88

Closed nenadvicentic closed 1 year ago

nenadvicentic commented 1 year ago

@3cp

Maybe this is a better way to handle peer dependencies with pnpm: set auto-install-peers=true configuration option. With that I could remove "@parcel/core" from parcel/package.json.

I let you decide if you prefer this way, or to leave it as it is right now in the master branch.

3cp commented 1 year ago

Thx. This does look better!