Fix FilePathSource/FilePathTarget not working in server-side environments using CJS (closes #360)

This commit is contained in:
Vanilagy
2026-04-27 18:29:52 +02:00
parent 15beb69137
commit c89e7429f7
4 changed files with 12 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ const createVariants = async (
*/`,
},
legalComments: 'none',
platform: 'node',
};
const umdConfig: esbuild.BuildOptions = {