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

feat: support ESM plugins #563

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

vicary
Copy link
Contributor

@vicary vicary commented Jan 21, 2025

This adds support for the plugins config file to be written in ESM format.

Example usage:

// plugins.js

import MyPlugin from "my-esbuild-plugin";

export default [
  MyPlugin()
];

@floydspace floydspace merged commit c8b80f2 into floydspace:master Feb 27, 2025
1 check passed
Copy link

🎉 This PR is included in version 1.55.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@vicary vicary deleted the feat/esm-plugins branch February 27, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants