[next] Fix #1699 - Updated polyscript + added smoke test (#1726)

This commit is contained in:
Andrea Giammarchi
2023-09-19 18:08:21 +02:00
committed by GitHub
parent a088fbd6fb
commit e8d5138cfa
5 changed files with 25 additions and 7 deletions

View File

@@ -107,4 +107,4 @@ for (const [key, value] of Object.entries(allPlugins)) {
// assign plugins as Promise.all only if needed
if (toBeAwaited.length) plugins = Promise.all(toBeAwaited);
export { config, plugins, error };
export { parsed as config, plugins, error };