Hi! Any reason why using `require("..../.../...css...
# javascript
d
Hi! Any reason why using
require("..../.../...css")
doesn't look in build/js/node_modules/... where the css file exists, but rather in build/js/packages/... where it isn't? Maybe it's supposed to be added there somehow?