Bug fixes

This commit is contained in:
Alex
2024-07-03 01:04:49 -04:00
parent 398f2a7c69
commit 2b3812b2ba
14 changed files with 637 additions and 251 deletions

View File

@ -59,6 +59,7 @@ export const esbuildPlugin = ({
const entry = styles.find(s => s.key === cls)!;
if (!entry) {
console.error(e);
throw new Error("Could not find entry for CSS");
}