playground app everything is fine since tailwind is installed in the module and can build the CSS correctly. But when using the module in a consuming app, I have no CSS for my module's components.dist in the module build pipeline, but the module build process erases the css file, and fails if its missing (since its declared as an export in my package.json).