Bug fixes
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user