Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: add support for ESM sources in build script #3468

Merged
merged 2 commits into from
Feb 15, 2022

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Feb 7, 2022

This PR adds support for ESM in .js and .jsx files.

And don't try to mkdir the lib folder if we already know it exists.

@aduh95 aduh95 requested a review from arturi February 15, 2022 16:32
}
},
},
}] : undefined
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally maybe refactor in the future — hard to follow

@aduh95 aduh95 merged commit a6e3621 into transloadit:main Feb 15, 2022
@aduh95 aduh95 deleted the add-esm-support branch February 15, 2022 16:46
github-actions bot added a commit that referenced this pull request Feb 16, 2022
| Package                   | Version | Package                   | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/companion           |   3.2.1 | @uppy/thumbnail-generator |   2.1.1 |
| @uppy/compressor          |   0.2.2 | @uppy/robodog             |   2.3.1 |
| @uppy/onedrive            |   2.0.6 | uppy                      |   2.5.1 |

- meta: Missing comma and wrong attribute name on cors example config (Edgar Santiago / #3465)
- @uppy/onedrive: Update README.md (Márton László Attila / #3489)
- @uppy/compressor: Add image compressor plugin (Artur Paikin / #3471)
- @uppy/companion: fix periodicPingUrls oops (Mikael Finstad / #3490)
- meta: add support for ESM sources in build script (Antoine du Hamel / #3468)
HeavenFox pushed a commit to docsend/uppy that referenced this pull request Jun 27, 2023
| Package                   | Version | Package                   | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/companion           |   3.2.1 | @uppy/thumbnail-generator |   2.1.1 |
| @uppy/compressor          |   0.2.2 | @uppy/robodog             |   2.3.1 |
| @uppy/onedrive            |   2.0.6 | uppy                      |   2.5.1 |

- meta: Missing comma and wrong attribute name on cors example config (Edgar Santiago / transloadit#3465)
- @uppy/onedrive: Update README.md (Márton László Attila / transloadit#3489)
- @uppy/compressor: Add image compressor plugin (Artur Paikin / transloadit#3471)
- @uppy/companion: fix periodicPingUrls oops (Mikael Finstad / transloadit#3490)
- meta: add support for ESM sources in build script (Antoine du Hamel / transloadit#3468)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants