Excluding style sheets from another library in vite config
I’m working on a Vite project and I need to exclude certain CSS files from the build process. These CSS files are located in the node_modules directory, and I don’t want them to be included in the final build output.