Closed bebraw closed 3 years ago
To test: PROJECT=design-system COMPILE_LAZILY=1 BUILDER=esbuild IMPORT=static ENABLE_CDN=1 yarn start-wds.
PROJECT=design-system COMPILE_LAZILY=1 BUILDER=esbuild IMPORT=static ENABLE_CDN=1 yarn start-wds
Before CDN
After CDN
If I'm interpreting correctly, that's cutting about half of the time.
Related to #18.
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!
To test:
PROJECT=design-system COMPILE_LAZILY=1 BUILDER=esbuild IMPORT=static ENABLE_CDN=1 yarn start-wds
.Before CDN
After CDN
If I'm interpreting correctly, that's cutting about half of the time.
Related to #18.