ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

fix: 🐛 Load Truss components from an external CDN #182

Closed knice closed 1 year ago

knice commented 1 year ago

Truss components were breaking because of a Webpack configuration issue. While the exact issue isn't clear, there is a lot webpack in the modern WordPress front end. Rather than load Truss components using webpack, we'll load them externally from unpkg until a better solution emerges, if there is one.