bump to v1.12.1

This commit is contained in:
Vendicated 2025-05-13 22:58:54 +02:00
parent 59ddf55b99
commit 8473b593a7
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ export const globPlugins = kind => ({
const mod = `p${i}`;
code += `import ${mod} from "./${dir}/${fileName.replace(/\.tsx?$/, "")}";\n`;
pluginsCode += `[${mod}.name]:${mod},\n`;
metaCode += `[${mod}.name]:${JSON.stringify({ folderName, userPlugin })},\n`; // TODO: add excluded plugins to display in the UI?
metaCode += `[${mod}.name]:${JSON.stringify({ folderName, userPlugin })},\n`;
i++;
}
}