fix: Modules providers loading mechanism to infer the source dir (#8015)

* fix: Modules providers loading mechanism to infer the source dir

* finalize
This commit is contained in:
Adrien de Peretti
2024-07-08 14:11:45 +02:00
committed by GitHub
parent b450628481
commit fc7f5ff71a
5 changed files with 44 additions and 26 deletions
@@ -112,6 +112,7 @@ export function getResolvedPlugins(
]
? "src"
: "dist"
const extensionDirectory = path.join(rootDirectory, extensionDirectoryPath)
return [
{