This commit is contained in:
Jorrin
2024-01-29 10:09:00 +01:00
parent e83bf1c806
commit 5baf4d6b86
13 changed files with 119 additions and 25 deletions

View File

@@ -59,7 +59,7 @@ const customConfig = {
},
resolver: {
assetExts: assetExts.filter((ext) => ext !== 'svg'),
sourceExts: [...sourceExts, 'svg'],
sourceExts: [...sourceExts, 'svg', 'mjs'],
blockList: exclusionList([/^(?!.*node_modules).*\/dist\/.*/]),
// unstable_enableSymlinks: true,
// unstable_enablePackageExports: true,