-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
ciContinuous integrationContinuous integrationclifaster wasp devImprovements that make developing Wasp itself faster and easier.Improvements that make developing Wasp itself faster and easier.
Description
When releasing 0.18.0, I accidentally used module.exports
instead of export default
in Open Saas's Tailwind config. Nothing broke in CI because (I'm guessing) this change results only in:
- Broken CSS (handled by Find a way to test for broken CSS #3227 ).
- A logged error under the
[Client]
prefix.
We should find a way to test for errors reported by the Wasp CLI.
Metadata
Metadata
Assignees
Labels
ciContinuous integrationContinuous integrationclifaster wasp devImprovements that make developing Wasp itself faster and easier.Improvements that make developing Wasp itself faster and easier.