#Remix + ChadCN = ERROR [plugin css-bundle-plugin]

1 messages · Page 1 of 1 (latest)

craggy spruce
#

Hello!

Keep getting the same error when I use components from ChadCN with Tailwind and Remix.

fluid wave
# craggy spruce Hello! Keep getting the same error when I use components from ChadCN with Tailw...

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

fluid wave
#

in this case to me it looks like your filepath is incorrect

fluid wave
craggy spruce
#

wow thanks