1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

Replace Iterable with Generator. (#3726)

* Replace Iterable with Generator for correct types.
This commit is contained in:
Brent Farese
2020-08-06 20:17:50 -04:00
committed by GitHub
parent d5eaa1164d
commit 0468290eee
6 changed files with 36 additions and 36 deletions

View File

@@ -180,7 +180,7 @@ function configure(pkg, env, target) {
file: `packages/${pkg.name}/${pkg.module}`,
format: 'es',
sourcemap: true,
}
},
],
// We need to explicitly state which modules are external, meaning that
// they are present at runtime. In the case of non-UMD configs, this means