We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cc577 commit 61598b1Copy full SHA for 61598b1
index.js
@@ -77,6 +77,11 @@ const markup = async ({ content, filename }) => {
77
78
const style = async ({ content, filename }) => {
79
let code = content;
80
+
81
+ if (!moduleClasses.hasOwnProperty(filename)) {
82
+ return { code };
83
+ }
84
85
const classes = moduleClasses[filename];
86
87
if (Object.keys(classes).length === 0) {
0 commit comments