'fix' warnings

This commit is contained in:
Norbert de Langen 2022-08-26 15:56:24 +02:00
parent 6ebde54236
commit 4b15710d26
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -194,6 +194,10 @@ export default async (
{
message: /export '\S+' was not found in 'global'/,
},
{
message:
/require function is used in a way in which dependencies cannot be statically extracted/,
},
],
plugins: [
Object.keys(virtualModuleMapping).length > 0