RayBenefield / dev-xp

:runner: A Monorepo of projects reaching towards EPIC proportions, maintained by one person.
MIT License
16 stars 1 forks source link

Use external deps to customize `rollup` config #229

Closed RayBenefield closed 6 years ago

RayBenefield commented 6 years ago

Right now all dependencies are listed for the entire project from the package.json for every package. Instead we should use #227 to only specify the dependencies necesary for each package.

RayBenefield commented 6 years ago

Ended up reducing all of the package dependencies from:

screen shot 2018-01-31 at 9 53 10 am

NOTE: *KLI needs to actually be updated to get the same change so I don't know what that will be yet. Locally it looks like only 6 dependencies**

To each of the following:

KI/KD

screen shot 2018-01-31 at 9 56 30 am

Kape

screen shot 2018-01-31 at 9 56 11 am

SemCom

screen shot 2018-01-31 at 9 55 46 am
RayBenefield commented 6 years ago

Got kli:

screen shot 2018-02-01 at 3 32 34 am