Hi folks. I am trying to follow the guide for Mate...
# help
s
Hi folks. I am trying to follow the guide for Material UI on replacing the existing style engine with styled-components https://mui.com/guides/styled-engine/ which relies on module aliasing to get the styled-components hooked up correctly. Is it possible to do that with some sort of config as part of the esbuild process in SST?
t
SST esbuild doesn't touch anyhting on the frontend
it's used solely for building js/ts sst.Function
s
Oh gotcha good to know. Thanks!