#Remix + ChadCN = ERROR [plugin css-bundle-plugin]
1 messages · Page 1 of 1 (latest)
I want to say I remember the css-bundle-plugin seems to like taking over all build related errors. If you’re using tailwind I think you don’t actually need to use the css bundle plugin and usually that makes it easier to debug build issues imo. To me the error you’ve received is saying it can’t find the specific module. Can you show where you would be importing that component from, and possibly what that component looks like
here
in this case to me it looks like your filepath is incorrect
should it not be "../ui/select"
wow thanks