tmeasday / storybook-skeleton

3 stars 1 forks source link

feat: Load lodash and React from a CDN #23

Closed bebraw closed 3 years ago

bebraw commented 3 years ago

To test: PROJECT=design-system COMPILE_LAZILY=1 BUILDER=esbuild IMPORT=static ENABLE_CDN=1 yarn start-wds.

Before CDN

Screen Shot 2021-06-08 at 16 05 48

After CDN

Screen Shot 2021-06-08 at 16 05 01

If I'm interpreting correctly, that's cutting about half of the time.

Related to #18.

tmeasday commented 3 years ago

This super impressive!

Will need to consider the implications of this, and talk it through with a few folks but it really does move the needle!