mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
Replace Iterable with Generator. (#3726)
* Replace Iterable with Generator for correct types.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user