cashapp / misk-web

Micro-Frontends React + Redux + Typescript Framework
https://cashapp.github.io/misk-web/
Apache License 2.0
64 stars 19 forks source link

Import css packages from node dependencies #1950

Closed krispenney closed 2 years ago

krispenney commented 2 years ago

Rather than pulling these packages from CDNs and caching them locally on each build, we can just grab them from the node packages that we already install.

Not only will this make builds a bit faster, but it will also ensure that the css files are stable with the library versions that we're using.