mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
Synthetic default imports allow you to `import X from 'x'` if `'x'` is a CommonJS module. Our `uppy` package relied on that (probably forgot to update it in a previous patch). If users had set `allowSyntheticDefaultImports: false`, they would not be able to use the `uppy` package. We should at some point go through the typings again and set everything to the tightest options, because that'll work with the widest array of users, but for now let's just unbreak this particular case. Fixes #1395 |
||
|---|---|---|
| .. | ||
| endtoend | ||
| mocks | ||
| resources | ||
| .eslintrc.json | ||